Fix Appveyor configuration (#323)
* Fix cmake target and re-add msbuild
This commit is contained in:
@@ -17,7 +17,9 @@ before_build:
|
|||||||
- cd cmake_build
|
- cd cmake_build
|
||||||
- cmake .. -G "Visual Studio 15 2017"
|
- cmake .. -G "Visual Studio 15 2017"
|
||||||
|
|
||||||
build_script: cmake_build\mozjpeg.sln
|
build_script:
|
||||||
|
- cd %APPVEYOR_BUILD_FOLDER%
|
||||||
|
- msbuild cmake_build\mozjpeg.sln
|
||||||
|
|
||||||
artifacts:
|
artifacts:
|
||||||
- path: cmake_build\**\Release\**\*.exe
|
- path: cmake_build\**\Release\**\*.exe
|
||||||
|
|||||||
Reference in New Issue
Block a user