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 f8f4db5 commit 05b1e9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ branches:

environment:
matrix:
- QT: 5.11.2
- qt: 5.11.2
build: 64
qt_target: msvc2017_64
# - qt: 5.11.1
Expand All @@ -29,7 +29,7 @@ before_build:
- 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 -G "CodeBlocks - NMake Makefiles" %APPVEYOR_BUILD_FOLDER%
- cmake DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH=C:\\Qt\\%qt%\\%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 05b1e9c

Please sign in to comment.