From 5fa2044f91ef709ae076927bc354ce6f78905356 Mon Sep 17 00:00:00 2001 From: Marvin Schmidt Date: Mon, 18 Mar 2019 23:27:44 +0100 Subject: ci: Add Exherbo testing build Builds paludis with GCC in an Exherbo environment with all testing/broken packages unmasked, so that we catch problems with future versions of those packages early --- .gitlab-ci.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 460169cd6..dcd893a21 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -38,6 +38,24 @@ test:exherbo: - build:exherbo <<: *test-template +build:exherbo-testing: + variables: + DISTRIBUTION: "exherbo" + COMPILER: "gcc" + VERSION: "next" + allow_failure: true + <<: *build-template + +test:exherbo-testing: + variables: + DISTRIBUTION: "exherbo" + COMPILER: "gcc" + VERSION: "next" + dependencies: + - build:exherbo-testing + allow_failure: true + <<: *test-template + build:exherbo-clang: variables: DISTRIBUTION: "exherbo" -- cgit v1.2.3