summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorRuben Pollan <meskio@sindominio.net>2018-08-21 20:47:21 +0200
committerRuben Pollan <meskio@sindominio.net>2018-08-21 20:47:45 +0200
commit7d6853c5d585bd9630792be1446dfc3c824a3b0d (patch)
treea0590e28c43398d68a80d1135e0029818d468d91 /.gitlab-ci.yml
parent69f39439c42ad177f77074cf0cbd9cb864820ae5 (diff)
[test] get nsis from ubuntu cosmic
- Resolves: #61
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml8
1 files changed, 7 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9b4761b..8703f7e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -30,7 +30,13 @@ win_installer:
stage: build
script:
- apt-get -y update
- - apt-get -y install nsis mingw-w64 golang upx-ucl
+ - apt-get -y install mingw-w64 golang upx-ucl
+
+ # we need nsis >= 3.0
+ - echo 'deb http://archive.ubuntu.com/ubuntu cosmic universe' >> /etc/apt/sources.list
+ - apt-get -y update
+ - apt-get -t cosmic -y install nsis
+
- mkdir -p /go/src/0xacab.org/leap/
- ln -s "$(pwd)" ${APP_PATH}
- cd ${APP_PATH}