We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a52e57 commit 31ca300Copy full SHA for 31ca300
.magnum.yml
@@ -16,7 +16,8 @@ before_install:
16
- g++ --version
17
- gfortran --version
18
- python --version
19
+script:
20
- python setup.py --cxx=g++ --cc=gcc --fc=gfortran --type=debug --cmake-options='-Hprojects/CMake'
21
- cd build
-script:
22
+ - cmake --build . -- --jobs=2 VERBOSE=1
23
- ctest --parallel 2 --output-on-failure --verbose --dashboard Experimental --track MagnumCI
0 commit comments