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

add CI

parent 9526ed45
No related branches found
No related tags found
No related merge requests found
Pipeline #7082 passed
stages:
- build
build_and_test:
image: registry.gitlab.com/rboman_docker/gmsh_python
stage: build
script:
- cd cxxfem
- mkdir build
- cd build
- cmake -DFEM_USE_MKL=OFF ..
- 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