Skip to content

Commit

Permalink
Try to get clean appveyor build
Browse files Browse the repository at this point in the history
  • Loading branch information
pramsey committed May 23, 2019
1 parent 7699310 commit 35c50c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ init:

before_build:
- ps: 'Write-Host "Running $env:BUILDER with $env:GENERATOR" -ForegroundColor Magenta'
- if "%BUILDER%"=="CMake" cmake.exe -G "%GENERATOR%" -DCMAKE_BUILD_TYPE=%CONFIGURATION% %APPVEYOR_BUILD_FOLDER%
- if "%BUILDER%"=="CMake" cmake.exe -G "%GENERATOR%" -DBUILD_SHARED_LIBS=OFF -DCMAKE_BUILD_TYPE=%CONFIGURATION% %APPVEYOR_BUILD_FOLDER%
- if "%BUILDER%"=="NMake" .\autogen.bat

build_script:
Expand Down

0 comments on commit 35c50c0

Please sign in to comment.