Skip to content
Snippets Groups Projects
Commit 763f20fa authored by Sander, Oliver's avatar Sander, Oliver
Browse files

Add configuration file for the new CI system

parent 543146ef
No related branches found
No related tags found
No related merge requests found
Pipeline #
---
image: duneci/dune-fufem:2.4
dune-fufem--gcc:
script:
- dunecontrol --current all
- dunecontrol --current make test
dune-fufem--clang:
script:
- CMAKE_FLAGS="-DCMAKE_CXX_COMPILER=/usr/bin/clang++" dunecontrol --current all
- dunecontrol --current make test
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