Skip to content

Commit 31ca300

Browse files
committed
Deploy Magnum CI build to the dashboard
1 parent 4a52e57 commit 31ca300

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.magnum.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ before_install:
1616
- g++ --version
1717
- gfortran --version
1818
- python --version
19+
script:
1920
- python setup.py --cxx=g++ --cc=gcc --fc=gfortran --type=debug --cmake-options='-Hprojects/CMake'
2021
- cd build
21-
script:
22+
- cmake --build . -- --jobs=2 VERBOSE=1
2223
- ctest --parallel 2 --output-on-failure --verbose --dashboard Experimental --track MagnumCI

0 commit comments

Comments
 (0)