Browse Source

add job to clear appveyor cache

merge-requests/396/head
Jørgen Lien Sellæg 7 years ago
parent
commit
0e1fbd6662
  1. 11
      .gitlab-ci.yml

11
.gitlab-ci.yml

@ -1,7 +1,12 @@
variables: variables:
GIT_SUBMODULE_STRATEGY: recursive GIT_SUBMODULE_STRATEGY: recursive
stages:
- test
- chore
.script: &compile .script: &compile
stage: test
script: script:
- mkdir build - mkdir build
- cd build - cd build
@ -27,3 +32,9 @@ debian-testing:
debian: debian:
image: cppit/jucipp:debian image: cppit/jucipp:debian
<<: *compile <<: *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'

Loading…
Cancel
Save