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

Update test environments

- No longer test with clang 3.5.
- Add clang 3.8 from Debian 8 + backports
- Add gcc 5.4 + clang 3.8 from Ubuntu 16.04 LTS.
- Use `duneci-standard-test`
parent 12743e80
No related branches found
No related tags found
1 merge request!64Update test environments
Pipeline #
...@@ -4,28 +4,24 @@ before_script: ...@@ -4,28 +4,24 @@ before_script:
debian:9--gcc: debian:9--gcc:
image: duneci/base:9 image: duneci/base:9
script: script: duneci-standard-test
- dunecontrol --current --opts=/duneci/opts.gcc all
- dunecontrol --current make build_tests
- cd build-cmake; duneci-ctest
debian:9--clang: debian:9--clang:
image: duneci/base:9 image: duneci/base:9
script: script: duneci-standard-test --opts=/duneci/opts.clang
- dunecontrol --current --opts=/duneci/opts.clang all
- dunecontrol --current make build_tests
- cd build-cmake; duneci-ctest
debian:8--gcc: debian:8--gcc:
image: duneci/base:8 image: duneci/base:8
script: script: duneci-standard-test
- dunecontrol --current --opts=/duneci/opts.gcc all
- dunecontrol --current make build_tests
- cd build-cmake; duneci-ctest
debian:8--clang: debian:8-backports--clang:
image: duneci/base:8 image: duneci/base:8-backports
script: script: duneci-standard-test --opts=/duneci/opts.clang
- dunecontrol --current --opts=/duneci/opts.clang all
- dunecontrol --current make build_tests ubuntu:16.04--gcc:
- cd build-cmake; duneci-ctest image: duneci/base:16.04
script: duneci-standard-test
ubuntu:16.04--clang:
image: duneci/base:16.04
script: duneci-standard-test --opts=/duneci/opts.clang
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