Skip to content
Snippets Groups Projects
Commit 32d4365f authored by mkirsz's avatar mkirsz
Browse files

Example testing tweaks...

parent 4bc6675c
No related branches found
No related tags found
No related merge requests found
......@@ -46,6 +46,7 @@ run-unit-tests-1:
build-release-shared:
stage: build.release
needs: []
script:
- cd ${RELEASE_DIR}
- cmake .. -DCMAKE_BUILD_TYPE=Release -DTADAH_ENABLE_OPENMP=ON -DCMAKE_INSTALL_PREFIX=${INSTALL_PATH}
......@@ -62,6 +63,7 @@ build-release-shared:
build-release-static:
stage: build.release
needs: []
script:
- cd ${RELEASE_DIR}
- cmake .. -DCMAKE_BUILD_TYPE=Release -DTADAH_ENABLE_OPENMP=ON -DBUILD_SHARED_LIBS=OFF -DCMAKE_INSTALL_PREFIX=${INSTALL_PATH}
......
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