From ddce5d04e06c9fddcded7c8e5364b8afa9fffc8c Mon Sep 17 00:00:00 2001 From: Elliott Sales de Andrade Date: Mon, 12 Jun 2017 01:03:15 -0400 Subject: ci: Remove tarballing of build artifacts. GitLab supports specifying directories as artifacts, so hopefully letting GitLab archive it will be a bit faster. --- .gitlab-ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 34db594a4..fd61174bf 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -25,14 +25,12 @@ inkscape: - cmake .. -DCMAKE_C_COMPILER_LAUNCHER=ccache -DCMAKE_CXX_COMPILER_LAUNCHER=ccache -DCMAKE_BUILD_TYPE=Debug - make - cd .. - - tar vfcz inkscape-build.tgz build/ artifacts: paths: - - inkscape-build.tgz + - build/ test: stage: test script: - - tar xvfz inkscape-build.tgz - cd build - make test -- cgit v1.2.3