Skip to content
Snippets Groups Projects
Commit aab11fbe authored by Boman Romain's avatar Boman Romain
Browse files

firest test of gitlab ci

parent 4a2d3df7
No related branches found
No related tags found
1 merge request!47Gitlab CI
Pipeline #419 passed
stages:
- build
build:
image: rboman/waves
stage: build
script:
- mkdir build
- cd build
- cmake -Wno-dev -C ../CMake/disable-trilinos.cmake ..
- make -j 4
- ctest -j 4 --verbose
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