summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorKali Kaneko (leap communications) <kali@leap.se>2019-09-15 00:15:00 +0200
committerKali Kaneko (leap communications) <kali@leap.se>2019-09-15 00:22:49 +0200
commit2bc076641485c8d52a86441898d62c0fb86231fb (patch)
treed4ef8e5532f0c0c89882d7302d88763a5251f622 /.gitlab-ci.yml
parent2027a761fd43300551490f32468f51523394e8c2 (diff)
[pkg] entrypoint for all vendored builds
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml14
1 files changed, 14 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1430603..518cb2c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -3,6 +3,7 @@ stages:
- build
- push
- trigger
+ - vendor
variables:
GOPATH: /go
@@ -149,3 +150,16 @@ trigger_deb:
stage: trigger
script:
- "curl -X POST -F token=$RISEUP_VPN_DEB_TRIGGER_TOKEN -F ref=master https://0xacab.org/api/v4/projects/1916/trigger/pipeline"
+
+vendorize:
+ image: 0xacab.org:4567/leap/docker/bitmask-vpn:latest
+ stage: vendor
+ script:
+ - PROVIDERS="riseup" make build_all_providers
+ artifacts:
+ name: installers-$CI_COMMIT_REF_NAME
+ paths:
+ - deploy/RiseupVPN-*.exe
+ - deploy/RiseupVPN-*.pkg
+ - deploy/riseup-vpn-*.deb
+ expire_in: 1 month