diff options
author | Kali Kaneko (leap communications) <kali@leap.se> | 2018-10-16 13:29:18 +0200 |
---|---|---|
committer | Kali Kaneko (leap communications) <kali@leap.se> | 2018-10-16 13:29:18 +0200 |
commit | ae866d59e730679f539d56a661bd47f26f33c558 (patch) | |
tree | a33f5943c0dda54f5892f3bc77a09b676e7892bf /.gitlab-ci.yml | |
parent | fdb57da9a1bc0c9cff4baaeb3b9c2ba3dac3626e (diff) |
[ci] osx builder
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e5fa957..46ab959 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 |