Skip to content
Snippets Groups Projects
Commit feb755e0 authored by Ansgar Burchardt's avatar Ansgar Burchardt
Browse files

Add .gitlab-ci.yml

parent 5183094e
No related branches found
No related tags found
1 merge request!111Add .gitlab-ci.yml
Pipeline #
---
debian:9--gcc:
image: duneci/base:9
script:
- ./bin/dunecontrol --current --opts=/duneci/opts.gcc all
- ./bin/dunecontrol --current make build_tests
- cd build-cmake; duneci-ctest
debian:9--clang:
image: duneci/base:9
script:
- ./bin/dunecontrol --current --opts=/duneci/opts.clang all
- ./bin/dunecontrol --current make build_tests
- cd build-cmake; duneci-ctest
debian:8--gcc:
image: duneci/base:8
script:
- ./bin/dunecontrol --current --opts=/duneci/opts.gcc all
- ./bin/dunecontrol --current make build_tests
- cd build-cmake; duneci-ctest
debian:8--clang:
image: duneci/base:8
script:
- ./bin/dunecontrol --current --opts=/duneci/opts.clang all
- ./bin/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