diff options
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index abcfa28b2..460169cd6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -38,6 +38,23 @@ test:exherbo: - build:exherbo <<: *test-template +build:exherbo-clang: + variables: + DISTRIBUTION: "exherbo" + COMPILER: "clang" + VERSION: "latest" + <<: *build-template + +test:exherbo-clang: + variables: + DISTRIBUTION: "exherbo" + COMPILER: "clang" + VERSION: "latest" + dependencies: + - build:exherbo-clang + allow_failure: true + <<: *test-template + build:gentoo: variables: DISTRIBUTION: "gentoo" |