Skip to content
Snippets Groups Projects
Unverified Commit 4573c135 authored by Kali Kaneko's avatar Kali Kaneko
Browse files

[pkg] we're not building all providers for now

parent f41a6c53
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment