summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Leigh <rleigh@codelibre.net>2020-10-09 15:49:47 +0100
committerRoger Leigh <rleigh@codelibre.net>2020-10-09 15:49:47 +0100
commit4d1e1bc362445b7ba5fb1ee1ec652a39bfca6a70 (patch)
tree9ecce3392bfbbcc8b52ffde342634a4c7c455807
parent6d078fe1f81b32819c7a7c5ddb095e88fe1384b4 (diff)
downloadlibtiff-git-4d1e1bc362445b7ba5fb1ee1ec652a39bfca6a70.tar.gz
wip
-rw-r--r--.appveyor.yml12
1 files changed, 4 insertions, 8 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index 5d5dc2a4..0c85fced 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -24,18 +24,15 @@ environment:
shared: OFF
- compiler: vc14-cmake
configuration: Release
- generator: Visual Studio 14 2015 Win64
+ generator: Visual Studio 16 2019
shared: ON
- compiler: vc14-cmake
configuration: Debug
- generator: Visual Studio 14 2015 Win64
+ generator: Visual Studio 16 2019
shared: OFF
- compiler: vc14-nmake
configuration: Release
- - compiler: vc9-cmake
- configuration: Debug
- generator: Visual Studio 9 2008
- shared: ON
+
cache:
#- '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 %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%==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%==vc9-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%'
build_script:
- if NOT %compiler%==vc14-nmake cd %AV_TIFF_BUILD%