wip
This commit is contained in:
parent
6d078fe1f8
commit
4d1e1bc362
@ -24,18 +24,15 @@ environment:
|
|||||||
shared: OFF
|
shared: OFF
|
||||||
- compiler: vc14-cmake
|
- compiler: vc14-cmake
|
||||||
configuration: Release
|
configuration: Release
|
||||||
generator: Visual Studio 14 2015 Win64
|
generator: Visual Studio 16 2019
|
||||||
shared: ON
|
shared: ON
|
||||||
- compiler: vc14-cmake
|
- compiler: vc14-cmake
|
||||||
configuration: Debug
|
configuration: Debug
|
||||||
generator: Visual Studio 14 2015 Win64
|
generator: Visual Studio 16 2019
|
||||||
shared: OFF
|
shared: OFF
|
||||||
- compiler: vc14-nmake
|
- compiler: vc14-nmake
|
||||||
configuration: Release
|
configuration: Release
|
||||||
- compiler: vc9-cmake
|
|
||||||
configuration: Debug
|
|
||||||
generator: Visual Studio 9 2008
|
|
||||||
shared: ON
|
|
||||||
|
|
||||||
cache:
|
cache:
|
||||||
#- 'c:\projects\download -> appveyor.yml'
|
#- 'c:\projects\download -> appveyor.yml'
|
||||||
@ -78,8 +75,7 @@ before_build:
|
|||||||
- if NOT %compiler%==vc14-nmake echo Running cmake -G "%generator%" -DCMAKE_INSTALL_PREFIX=%AV_TIFF_CMAKE_INSTALL% -DCMAKE_BUILD_TYPE=%configuration% %AV_TIFF_CMAKE_SOURCE%
|
- if NOT %compiler%==vc14-nmake echo Running cmake -G "%generator%" -DCMAKE_INSTALL_PREFIX=%AV_TIFF_CMAKE_INSTALL% -DCMAKE_BUILD_TYPE=%configuration% %AV_TIFF_CMAKE_SOURCE%
|
||||||
- 'if %compiler%==cygwin-cmake bash -c "cmake -G \"%generator%\" -DCMAKE_INSTALL_PREFIX:PATH=%AV_TIFF_CMAKE_INSTALL% -DCMAKE_BUILD_TYPE=%configuration% %AV_CMAKE_ARGS% %AV_TIFF_CMAKE_SOURCE%"'
|
- 'if %compiler%==cygwin-cmake bash -c "cmake -G \"%generator%\" -DCMAKE_INSTALL_PREFIX:PATH=%AV_TIFF_CMAKE_INSTALL% -DCMAKE_BUILD_TYPE=%configuration% %AV_CMAKE_ARGS% %AV_TIFF_CMAKE_SOURCE%"'
|
||||||
- 'if %compiler%==mingw64-cmake cmake -G "%generator%" -DCMAKE_INSTALL_PREFIX:PATH=%AV_TIFF_CMAKE_INSTALL% -DCMAKE_BUILD_TYPE=%configuration% %AV_CMAKE_ARGS% %AV_TIFF_CMAKE_SOURCE%'
|
- 'if %compiler%==mingw64-cmake cmake -G "%generator%" -DCMAKE_INSTALL_PREFIX:PATH=%AV_TIFF_CMAKE_INSTALL% -DCMAKE_BUILD_TYPE=%configuration% %AV_CMAKE_ARGS% %AV_TIFF_CMAKE_SOURCE%'
|
||||||
- 'if %compiler%==vc14-cmake cmake -G "%generator%" -DCMAKE_INSTALL_PREFIX:PATH=%AV_TIFF_CMAKE_INSTALL% -DCMAKE_BUILD_TYPE=%configuration% %AV_CMAKE_ARGS% %AV_TIFF_CMAKE_SOURCE%'
|
- 'if %compiler%==vc14-cmake cmake -G "%generator%" -A x64 -DCMAKE_INSTALL_PREFIX:PATH=%AV_TIFF_CMAKE_INSTALL% -DCMAKE_BUILD_TYPE=%configuration% %AV_CMAKE_ARGS% %AV_TIFF_CMAKE_SOURCE%'
|
||||||
- 'if %compiler%==vc9-cmake cmake -G "%generator%" -DCMAKE_INSTALL_PREFIX:PATH=%AV_TIFF_CMAKE_INSTALL% -DCMAKE_BUILD_TYPE=%configuration% %AV_CMAKE_ARGS% %AV_TIFF_CMAKE_SOURCE%'
|
|
||||||
|
|
||||||
build_script:
|
build_script:
|
||||||
- if NOT %compiler%==vc14-nmake cd %AV_TIFF_BUILD%
|
- if NOT %compiler%==vc14-nmake cd %AV_TIFF_BUILD%
|
||||||
|
Loading…
Reference in New Issue
Block a user