Skip to content
Snippets Groups Projects
Commit 5f110378 authored by Larry Price's avatar Larry Price
Browse files

Merge branch 'master' of http://gitlab.onelab.info/gmsh/gmsh into gambit-output

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