Skip to content
Snippets Groups Projects

Add .gitlab-ci.yml

Merged Ansgar Burchardt requested to merge feature/gitlab-ci into master
1 file
+ 31
0
Compare changes
  • Side-by-side
  • Inline
.gitlab-ci.yml 0 → 100644
+ 31
0
---
before_script:
- duneci-install-module https://gitlab.dune-project.org/core/dune-common.git
debian:9--gcc:
image: duneci/base:9
script:
- dunecontrol --current --opts=/duneci/opts.gcc all
- dunecontrol --current make build_tests
- cd build-cmake; duneci-ctest
debian:9--clang:
image: duneci/base:9
script:
- dunecontrol --current --opts=/duneci/opts.clang all
- dunecontrol --current make build_tests
- cd build-cmake; duneci-ctest
debian:8--gcc:
image: duneci/base:8
script:
- dunecontrol --current --opts=/duneci/opts.gcc all
- dunecontrol --current make build_tests
- cd build-cmake; duneci-ctest
debian:8--clang:
image: duneci/base:8
script:
- dunecontrol --current --opts=/duneci/opts.clang all
- dunecontrol --current make build_tests
- cd build-cmake; duneci-ctest
Loading