We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d5662e commit 96465a8Copy full SHA for 96465a8
appveyor.yml
@@ -5,8 +5,8 @@ install:
5
- git submodule update --init --recursive
6
7
init:
8
- - set QTDIR=C:\Qt\5.12.1\msvc2017_64
9
- - set PATH=%PATH%;C:\Qt\5.12.1\msvc2017_64\bin;
+ - set QTDIR=C:\Qt\5.12\msvc2017_64
+ - set PATH=%PATH%;C:\Qt\5.12\msvc2017_64\bin;
10
- call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvarsall.bat" amd64
11
build_script:
12
- qmake Savestate2snes.pro -spec win32-msvc "CONFIG+=release"
@@ -55,4 +55,4 @@ deploy:
55
prerelease: false
56
on:
57
branch: master # release from master branch only
58
- APPVEYOR_REPO_TAG: true
+ APPVEYOR_REPO_TAG: true
0 commit comments