--- cache: paths: - install/ dune:git--gcc:
image: mathiwr/dune:latest
script:
- dunecontrol --current all
- dunecontrol --current make test
only:
- develop