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

.gitlab-ci.yml: use DUNECI_OPTS variable [ci skip]

This way dependencies installed via `duneci-install-module` are built
with the same options as the module to be tested.
parent fa0c073b
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,8 @@ before_script:
debian:10 gcc:c++17:
image: duneci/base:10
script: duneci-standard-test --opts=/duneci/opts.gcc.c++17
script: duneci-standard-test
variables: {DUNECI_OPTS: /duneci/opts.gcc.c++17}
tags: [duneci]
debian:9--gcc:
......@@ -14,7 +15,8 @@ debian:9--gcc:
debian:9--clang:
image: duneci/base:9
script: duneci-standard-test --opts=/duneci/opts.clang
script: duneci-standard-test
variables: {DUNECI_OPTS: /duneci/opts.clang}
tags: [duneci]
debian:8--gcc:
......@@ -29,5 +31,6 @@ ubuntu:16.04--gcc:
ubuntu:16.04--clang:
image: duneci/base:16.04
script: duneci-standard-test --opts=/duneci/opts.clang
script: duneci-standard-test
variables: {DUNECI_OPTS: /duneci/opts.clang}
tags: [duneci]
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