Skip to content
Snippets Groups Projects
Commit c5963d6a authored by Marcin Kirsz's avatar Marcin Kirsz
Browse files

Update .gitlab-ci.yml file

parent 30454595
No related branches found
No related tags found
No related merge requests found
Pipeline #48608 passed
...@@ -39,5 +39,5 @@ build_release_static: ...@@ -39,5 +39,5 @@ build_release_static:
stage: build_release stage: build_release
script: script:
- cd ${RELEASE_STATIC_DIR} - cd ${RELEASE_STATIC_DIR}
- cmake .. -DCMAKE_BUILD_TYPE=Release -DTADAH_ENABLE_OPENMP=ON -DBUILD_SHARED_LIBS=OFF -DCMAKE_INSTALL_PREFIX=${INSTALL_PATH} - cmake ../.. -DCMAKE_BUILD_TYPE=Release -DTADAH_ENABLE_OPENMP=ON -DBUILD_SHARED_LIBS=OFF -DCMAKE_INSTALL_PREFIX=${INSTALL_PATH}
- make -j ${CPU_BUILD} - make -j ${CPU_BUILD}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment