Skip to content

Commit

Permalink
Update appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pollend authored Dec 19, 2018
1 parent 025db74 commit f8f4db5
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,30 +7,29 @@ branches:

environment:
matrix:
- QT: 5.11.1
- QT: 5.11.2
build: 64
qt_target: msvc2017_64
# - qt: 5.11.1
# build: 64
# qt_target: winrt_armv7_msvc2017
- qt: 5.11.1
- qt: 5.11.2
build: 32
qt_target: winrt_x86_msvc2017
- qt: 5.11.1
- qt: 5.11.2
build: 64
qt_target: winrt_x64_msvc2017


install:
- set QTDIR=C:\Qt\%qt%\%qt_target%
- set PATH=%PATH%;%QTDIR%\bin
- '%QTDIR%\bin\qtenv2.bat'
before_build:
- call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvars%build%.bat"
- git submodule update --init --recursive
- mkdir build
- cd build
- cmake DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH=C:\\Qt\\5.11.1\\%qt_target%\\lib\\cmake\\Qt5 -G "CodeBlocks - NMake Makefiles" %APPVEYOR_BUILD_FOLDER%
- cmake DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH=C:\\Qt\\5.11.1\\%qt_target%\\lib\\cmake -G "CodeBlocks - NMake Makefiles" %APPVEYOR_BUILD_FOLDER%
build_script:
- cmake --build %APPVEYOR_BUILD_FOLDER%\\build --target SMART
- cd ..
Expand Down

0 comments on commit f8f4db5

Please sign in to comment.