-
Praetorius, Simon authoredPraetorius, Simon authored
.gitlab-ci.yml 217 B
---
cache:
paths:
- install/
dune:git--gcc:
image: mathiwr/dune:latest
script:
- dunecontrol --current all
- dunecontrol --current make build_tests
- dunecontrol --current make test
only:
- develop