Skip to content
Snippets Groups Projects

Feature eigen

Merged Adrien Crovato requested to merge feature_eigen into master
1 file
+ 5
5
Compare changes
  • Side-by-side
  • Inline
+ 5
5
@@ -18,7 +18,7 @@ build-py2:
- mkdir build
- cd build
- cmake -DUSE_PY3=OFF -Wno-dev ..
- make -j 4
- make -j $(nproc)
artifacts:
paths:
- build/
@@ -32,7 +32,7 @@ build-py2-no-tlnos:
- mkdir build
- cd build
- cmake -DUSE_PY3=OFF -Wno-dev -C ../CMake/disable-trilinos.cmake ..
- make -j 4
- make -j $(nproc)
build-py3:
image: rboman/waves-py3
@@ -43,7 +43,7 @@ build-py3:
- mkdir build
- cd build
- cmake -Wno-dev ..
- make -j 4
- make -j $(nproc)
artifacts:
paths:
- build/
@@ -65,7 +65,7 @@ ctest-py2:
stage: test
script:
- cd build
- ctest -j 4 #--verbose
- ctest -j $(nproc) #--verbose
#timeout: 10 hours # will be available in 12.3
dependencies:
- build-py2
@@ -75,7 +75,7 @@ ctest-py3:
stage: test
script:
- cd build
- ctest -j 4 #--verbose
- ctest -j $(nproc) #--verbose
dependencies:
- build-py3
Loading