summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorKali Kaneko (leap communications) <kali@leap.se>2019-09-15 03:31:23 +0200
committerKali Kaneko (leap communications) <kali@leap.se>2019-09-15 03:31:23 +0200
commit30cfd9d3cb7755f4807bca69b1d50be1912de17b (patch)
tree4fd30784274bfcdeb468312edb86344b6ce84c95 /.gitlab-ci.yml
parent6fba9814d6e70918b72280560a14c4faf79900f9 (diff)
[pkg] no need for win_installer with the old repo
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml58
1 files changed, 29 insertions, 29 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b025bf8..a72c18f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -29,35 +29,35 @@ build_test:
- 'bitmask-connect'
expire_in: 1 month
-win_installer:
- image: 0xacab.org:4567/leap/docker/bitmask-vpn:latest
- stage: build
- script:
- - mkdir -p /go/src/0xacab.org/leap/
- - ln -s "$(pwd)" ${APP_PATH}
- - cd ${APP_PATH}
-
- # we need to manually patch w32 until they merge #81
- - mkdir -p /go/src/github.com/AllenDang/
- - cd /go/src/github.com/AllenDang/
- - git clone https://github.com/AllenDang/w32
- - cd w32
- - curl https://downloads.leap.se/thirdparty/w32.patch | patch -p1 -N
-
- - cd ${APP_PATH}
-
- - git clone https://0xacab.org/leap/riseup_vpn
- - cd riseup_vpn
- - make openvpn_cross_win
- - make build_cross_win
- - mv dist/RiseupVPN-*.exe ..
- tags:
- - linux
- artifacts:
- name: installer_win_$CI_COMMIT_REF_NAME
- paths:
- - RiseupVPN-*.exe
- expire_in: 1 month
+# win_installer:
+# image: 0xacab.org:4567/leap/docker/bitmask-vpn:latest
+# stage: build
+# script:
+# - mkdir -p /go/src/0xacab.org/leap/
+# - ln -s "$(pwd)" ${APP_PATH}
+# - cd ${APP_PATH}
+#
+# # we need to manually patch w32 until they merge #81
+# - mkdir -p /go/src/github.com/AllenDang/
+# - cd /go/src/github.com/AllenDang/
+# - git clone https://github.com/AllenDang/w32
+# - cd w32
+# - curl https://downloads.leap.se/thirdparty/w32.patch | patch -p1 -N
+#
+# - cd ${APP_PATH}
+#
+# - git clone https://0xacab.org/leap/riseup_vpn
+# - cd riseup_vpn
+# - make openvpn_cross_win
+# - make build_cross_win
+# - mv dist/RiseupVPN-*.exe ..
+# tags:
+# - linux
+# artifacts:
+# name: installer_win_$CI_COMMIT_REF_NAME
+# paths:
+# - RiseupVPN-*.exe
+# expire_in: 1 month
snap:
image: 0xacab.org:4567/leap/docker/bitmask-vpn:latest