summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorkali kaneko (leap communications) <kali@leap.se>2020-10-26 20:29:04 +0100
committerkali kaneko (leap communications) <kali@leap.se>2020-10-26 20:29:04 +0100
commit4573c13539d9b8aed61c98148b9113c3c980e7d0 (patch)
tree2feeeea0c0a3360d05e9afc4457c183dd2492334 /.gitlab-ci.yml
parentf41a6c531f35a8e3bd3f02ea74f1d7dfd93f4e8b (diff)
[pkg] we're not building all providers for now
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 935d16a..02ad6dd 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -57,8 +57,10 @@ vendorize:
image: registry.0xacab.org/leap/bitmask-vpn:latest
stage: vendor
script:
+ #- TODO build_all_providers script can be rescued when we achieve to bring back xbuild for win/osx.
+ # For now it only makes sense to build the snap.
#- 'PROVIDERS="riseup calyx" make build_all_providers'
- - 'PROVIDERS="riseup" make build_all_providers'
+ - 'PROVIDER="riseup" make package_snap'
artifacts:
name: installers-$CI_COMMIT_REF_NAME
paths: