From b1d8cbcd757ae665ea2e956847b038848026c9e2 Mon Sep 17 00:00:00 2001 From: Marvin Schmidt Date: Fri, 26 Apr 2019 13:54:44 +0200 Subject: ci: Use 'artifacts' to pass build folder between jobs --- .gitlab-ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 068112c3a..0a4c6c84a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,15 +10,13 @@ stages: - mkdir -pv build-obj && cd build-obj - ../ci/configure-paludis.sh .. ${DISTRIBUTION} ${COMPILER} - ninja -j$(nproc) all - cache: &build_artifact_cache - key: build-${DISTRIBUTION}-${COMPILER}-${VERSION} + artifacts: paths: - build-obj/ .test-template: &test-template stage: test image: paludis/${DISTRIBUTION}-${COMPILER}:${VERSION} - cache: *build_artifact_cache script: - cd build-obj - ctest -V -- cgit v1.2.3