File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed
Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -29,6 +29,12 @@ gcc-7:
2929 script :
3030 - script/ci_build.sh -asan -ubsan
3131
32+ clang-9 :
33+ image : ${DOCKER_IMG}/clang-9:latest
34+ stage : build
35+ script :
36+ - script/ci_build.sh -asan -ubsan
37+
3238clang-8 :
3339 image : ${DOCKER_IMG}/clang-8:latest
3440 stage : build
@@ -92,6 +98,11 @@ build-ci-gcc-7:
9298 script :
9399 - script/image_build.sh gcc-7
94100
101+ build-ci-clang-9 :
102+ << : *build_ci_definition
103+ script :
104+ - script/image_build.sh clang-9
105+
95106build-ci-clang-8 :
96107 << : *build_ci_definition
97108 script :
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ matrix:
1515 - env : COMPILER=gcc-9 ANALYSE="-asan -ubsan"
1616 - env : COMPILER=gcc-8 ANALYSE="-asan -ubsan"
1717 - env : COMPILER=gcc-7 ANALYSE="-asan -ubsan"
18+ - env : COMPILER=clang-9 ANALYSE="-asan -ubsan"
1819 - env : COMPILER=clang-8 ANALYSE="-asan -ubsan"
1920 - env : COMPILER=clang-7 ANALYSE="-asan" # UBSan disabled, see #129
2021 - env : COMPILER=clang-6 ANALYSE="-asan -ubsan"
You can’t perform that action at this time.
0 commit comments