Skip to content

Commit de17c8a

Browse files
committed
zproject_travis.gsl : refer to travis docs for shadow compilers
1 parent 4872b19 commit de17c8a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

zproject_travis.gsl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,9 @@ matrix:
227227
- *pkg_deps_devtools
228228
- *pkg_deps_zproject
229229
.endif
230+
.if (defined (project.travis_shadow_clang) & !(project.travis_shadow_clang ?= 0)) | (defined (project.travis_shadow_gcc) & !(project.travis_shadow_gcc ?= 0))
231+
# Shadow-compilation setups below inspired by https://docs.travis-ci.com/user/languages/cpp/
232+
.endif
230233
.if defined (project.travis_shadow_clang) & !(project.travis_shadow_clang ?= 0)
231234
- env: BUILD_TYPE=default-Werror MATRIX_EVAL="CC=clang-5.0 && CXX=clang++-5.0"
232235
os: linux

0 commit comments

Comments
 (0)