Fix Appveyor configuration (#323)

* Fix cmake target and re-add msbuild
This commit is contained in:
Ewout ter Hoeven
2019-01-23 18:24:30 +01:00
committed by Kornel
parent 8a885c5443
commit 83fcf7b9e9

View File

@@ -17,7 +17,9 @@ before_build:
- cd cmake_build
- cmake .. -G "Visual Studio 15 2017"
build_script: cmake_build\mozjpeg.sln
build_script:
- cd %APPVEYOR_BUILD_FOLDER%
- msbuild cmake_build\mozjpeg.sln
artifacts:
- path: cmake_build\**\Release\**\*.exe