We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59856f7 commit 26d90eaCopy full SHA for 26d90ea
appveyor.yml
@@ -4,13 +4,12 @@ build:
4
install:
5
- set QTDIR=C:\Qt\5.10.1\mingw53_32
6
- choco install -y InnoSetup
7
- - set PATH=%PATH%;%QTDIR%\bin;C:\MinGW\bin;;"C:\Program Files (x86)\Inno Setup 5"
+ - set PATH=%QTDIR%\bin;C:\Qt\Tools\mingw530_32\bin;%PATH%;"C:\Program Files (x86)\Inno Setup 5"
8
build_script:
9
- qmake olam.pro
10
- mingw32-make
11
after_build:
12
- windeployqt --compiler-runtime --release release/olam.exe
13
- - cp C:\\Qt\\5.10.1\\mingw53_32\\bin\\libwinpthread-1.dll release
14
- cp -r db release
15
- cp -r misc release
16
- cp LICENSE release
0 commit comments