Skip to content

Commit

Permalink
Update AppVeyor for msvc
Browse files Browse the repository at this point in the history
  • Loading branch information
Simsys committed Mar 16, 2019
1 parent 530be0f commit bbbe4f6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ environment:
matrix:
- QT: C:\Qt\5.12\msvc2015_64
GENERATOR: Visual Studio 15 2017 Win64
PLATFORM: x64
PLATFORM: X64

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

build_script:
- nmake
Expand Down

0 comments on commit bbbe4f6

Please sign in to comment.