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

[ci] osx builder

parent fdb57da9
No related branches found
No related tags found
No related merge requests found
......@@ -72,3 +72,21 @@ snap:
paths:
- riseup-vpn*.snap
expire_in: 1 month
osx_installer:
stage: build
# for now...
allow_failure: true
script:
- git clone https://0xacab.org/leap/riseup_vpn
- cd riseup_vpn
- make openvpn_osx
- make build_osx
tags:
- yosemite
- osx
artifacts:
name: installer_osx_$CI_COMMIT_REF_NAME
paths:
- dist/RiseupVPN-*.pkg
expire_in: 1 month
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