From 0e1fbd66628d2b772aa388765316a6cfb62e5339 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B8rgen=20Lien=20Sell=C3=A6g?= Date: Thu, 16 May 2019 17:59:18 +0200 Subject: [PATCH] add job to clear appveyor cache --- .gitlab-ci.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3ad4998..9b68e49 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,7 +1,12 @@ variables: GIT_SUBMODULE_STRATEGY: recursive +stages: + - test + - chore + .script: &compile + stage: test script: - mkdir build - cd build @@ -27,3 +32,9 @@ debian-testing: debian: image: cppit/jucipp:debian <<: *compile + +Clean appveyor cache: + stage: chore + when: manual + script: + - 'curl -H "Authorization: Bearer v2.${APPVEYOR_TOKEN}" -H "Content-Type: application/json" -X "DELETE" https://ci.appveyor.com/api/projects/zalox/jucipp-oisms/buildcache'