Skip to content

Commit

Permalink
Force clean build of appveyor.
Browse files Browse the repository at this point in the history
  • Loading branch information
arobenko committed Nov 14, 2018
1 parent 932ca1b commit 5d4e8b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ install:

build_script:
- set BUILD_DIR=%APPVEYOR_BUILD_FOLDER%\build.%PLATFORM%.%CONFIGURATION%.%TOOLCHAIN%
- if exist %BUILD_DIR% rmdir /S /Q %BUILD_DIR%
- mkdir %BUILD_DIR%
- cd %BUILD_DIR%
- cmake .. -DCMAKE_BUILD_TYPE=%CONFIGURATION% -G "NMake Makefiles" -DBOOST_ROOT="C:\Libraries\boost_1_65_1" -DBoost_USE_STATIC_LIBS=ON -DCOMMSDSL_QT_DIR=%QTDIR%
Expand Down

0 comments on commit 5d4e8b8

Please sign in to comment.