Skip to content
Snippets Groups Projects

Add CI with python 3 including trilinos

Merged Boman Romain requested to merge ci-py3 into adrien
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -42,7 +42,7 @@ build-py3:
- rm -rf build workspace
- mkdir build
- cd build
- cmake -Wno-dev -C ../CMake/disable-trilinos.cmake ..
- cmake -Wno-dev ..
- make -j 4
artifacts:
paths:
Loading