Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 4d53ba0a authored by PRUVOST Florent's avatar PRUVOST Florent
Browse files

modify .gitlab-ci

  - pipeline build and test in one job
  - limit ctests to test_shm_s (testing, shared memory, simple precision) to reduce the testing time
parent bb567c44
No related branches found
No related tags found
No related merge requests found
Pipeline #
stages:
- build
- test
build:
stage: build
buildandtest:
script:
- git submodule init
- git submodule update
......@@ -11,7 +6,4 @@ build:
- cd build
- cmake ..
- make -j2
test:
stage: test
script: ctest
\ No newline at end of file
- ctest -R test_shm_s
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