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