Skip to content

Commit

Permalink
fixed cmake build
Browse files Browse the repository at this point in the history
  • Loading branch information
pollend committed Aug 20, 2018
1 parent ef5c77f commit b59df37
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ install:
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 -G "CodeBlocks - NMake Makefiles" %APPVEYOR_BUILD_FOLDER%
- cmake .
build_script:
- mkdir build
- cmake --build %APPVEYOR_BUILD_FOLDER%\\build --target SMART
- cmake --build %APPVEYOR_BUILD_FOLDER%\\build --target SMART

after_build:
- 7z a smart-%qt%-%qt_target%-%appveyor_build_version%.zip
Expand Down

0 comments on commit b59df37

Please sign in to comment.