Skip to content
Snippets Groups Projects
Commit c0fe475e authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

test minimal build

parent 8f498f9f
No related branches found
No related tags found
No related merge requests found
ubuntu16.04: full:
image : onelab/ubuntu16.04 image : onelab/ubuntu16.04
script: script:
- mkdir build - mkdir build
...@@ -6,3 +6,12 @@ ubuntu16.04: ...@@ -6,3 +6,12 @@ ubuntu16.04:
- cmake .. - cmake ..
- make -j 4 - make -j 4
- ctest -j 4 --output-on-failure - ctest -j 4 --output-on-failure
minimal:
image : onelab/ubuntu16.04
script:
- mkdir build2
- cd build2
- cmake -DDEFAULT=0 -DENABLE_PARSER=1 -DENABLE_POST=1 ..
- make -j 4
- ctest -j 4 --output-on-failure
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment