forked from BitBoxSwiss/bitbox-wallet-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
appveyor.yml
28 lines (24 loc) · 800 Bytes
/
appveyor.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
image: Visual Studio 2017
environment:
matrix:
- QT: C:\Qt\5.11.3\msvc2017_64
GO: C:\go
GOPATH: C:\gopath\
PLATFORM: amd64
COMPILER: msvc
matrix:
fast_finish: true
before_build:
- set PATH=%QT5%\bin;C:\Qt\Tools\QtCreator\bin\;%GO%\bin;C:\gopath\bin\;C:\Qt\5.11.3\msvc2017_64\bin\;C:\mingw-w64\x86_64-7.3.0-posix-seh-rt_v5-rev0\mingw64\bin;C:\MinGW\bin;%PATH%
- set MINGW_BIN=/c/mingw-w64/x86_64-7.3.0-posix-seh-rt_v5-rev0/mingw64/bin
build_script:
- echo on
- choco install make
- choco install nsis -pre
- mkdir %GOPATH%\src\github.com\digitalbitbox
- cd ..
- mv bitbox-wallet-app %GOPATH%\src\github.com\digitalbitbox\
- cd %GOPATH%\src\github.com\digitalbitbox\bitbox-wallet-app\
- make qt-windows
- cd frontends/qt
- makensis setup.nsi