Skip to content
Snippets Groups Projects
Commit fc55f6c1 authored by Denis Louis's avatar Denis Louis
Browse files

Delete .gitlab-ci.yml

parent 6738ff87
No related branches found
No related tags found
1 merge request!6merge kevin branch
stages:
- build
build_and_test:
image: rboman/waves
stage: build
script:
- source ./envs/linux-macos.sh
- cd lib && ./get_gmsh.sh && cd ..
- mkdir build
- cd build
- cmake ..
- make -j 4
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