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

[pkg] attempt at building deb from ci

parent 3af35b5b
No related branches found
No related tags found
No related merge requests found
......@@ -78,12 +78,31 @@ snap:
- riseup-vpn*.snap
expire_in: 1 month
deb:
image: 0xacab.org:4567/leap/docker/bitmask-systray:latest
stage: build
allow_failure: true
script:
- mkdir -p /go/src/0xacab.org/leap/
- ln -s "$(pwd)" ${APP_PATH}
- git clone https://0xacab.org/leap/riseup_vpn
- cd riseup_vpn
- make build_deb
tags:
- linux
- deb
artifacts:
name: debian_$CI_COMMIT_REF_NAME
paths:
- riseup_vpn/dist/*.deb
expire_in: 1 month
osx_installer:
stage: build
allow_failure: true
variables:
GOPATH: /tmp/go/
APP_PATH: /tmp/go/src/0xacab.org/leap/bitmask-systray
APP_PATH: /tmp/go/src/0xacab.org/leap/bitmask-vpn
script:
- git clone https://0xacab.org/leap/riseup_vpn
- cd riseup_vpn
......
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