Skip to content
Snippets Groups Projects
Unverified Commit 7d6853c5 authored by meskio's avatar meskio :tent:
Browse files

[test] get nsis from ubuntu cosmic

- Resolves: #61
parent 69f39439
Branches
Tags
No related merge requests found
......@@ -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}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment