Skip to content

Commit bbbe4f6

Browse files
committed
Update AppVeyor for msvc
1 parent 530be0f commit bbbe4f6

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

appveyor.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ environment:
44
matrix:
55
- QT: C:\Qt\5.12\msvc2015_64
66
GENERATOR: Visual Studio 15 2017 Win64
7-
PLATFORM: x64
7+
PLATFORM: X64
88

99
clone_folder: c:\dev\qhexedit
1010
clone_depth: 5
@@ -27,9 +27,9 @@ before_build:
2727
- cd c:\dev\qhexedit
2828
- md build
2929
- cd build
30-
- qmake -r -spec win32-msvc CONFIG+=x86_64 CONFIG-=debug CONFIG+=release ..\example\qhexedit.pro
31-
# - if "%PLATFORM%" EQU "x64" (qmake -r -spec win32-msvc CONFIG+=x86_64 CONFIG-=debug CONFIG+=release ..\example\qhexedit.pro)
32-
# - if "%PLATFORM%" EQU "x86" (qmake -r -spec win32-msvc CONFIG+=Win32 CONFIG-=debug CONFIG+=release ..\example\qhexedit.pro)
30+
# - qmake -r -spec win32-msvc CONFIG+=x86_64 CONFIG-=debug CONFIG+=release ..\example\qhexedit.pro
31+
- if "%PLATFORM%" EQU "X64" (qmake -r -spec win32-msvc CONFIG+=x86_64 CONFIG-=debug CONFIG+=release ..\example\qhexedit.pro)
32+
- if "%PLATFORM%" EQU "X86" (qmake -r -spec win32-msvc CONFIG+=Win32 CONFIG-=debug CONFIG+=release ..\example\qhexedit.pro)
3333

3434
build_script:
3535
- nmake

0 commit comments

Comments
 (0)