Skip to content
Snippets Groups Projects
Commit 06fd3be6 authored by Steffen Müthing's avatar Steffen Müthing
Browse files

Merge branch 'feature/gitlab-ci' into 'master'

Add .gitlab-ci.yml



See merge request !46
parents 26d4bbaf dab9c568
No related branches found
No related tags found
No related merge requests found
---
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
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