2
0
mirror of https://github.com/boostorg/gil.git synced 2026-01-19 04:12:11 +00:00

[appveyor] Add CMake build to allow_failures

Investigating why CMake 3.10 path is not accessible
This commit is contained in:
Mateusz Loskot
2018-04-03 19:40:30 +02:00
committed by Stefan Seefeld
parent b5a7de6e22
commit 84cc287d1b

View File

@@ -56,13 +56,20 @@ matrix:
ARCH: x86
VARIANT: release
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
- TOOLSET: msvc-14.1
ARCH: x86_64
VARIANT: debug
GENERATOR: "Visual Studio 15 2017 Win64"
CMAKE_CONFIG: Debug
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
APPVEYOR_SAVE_CACHE_ON_ERROR: true
cache:
- c:\tools\vcpkg\installed\
install:
- ps: 'Write-Host "Installing CMake module FindBoost.cmake for Boost 1.67+" -ForegroundColor Magenta'
- appveyor DownloadFile https://raw.githubusercontent.com/Kitware/CMake/master/Modules/FindBoost.cmake -FileName "C:\Program Files (x86)\CMake\share\cmake-3.10\Modules\FindBoost.cmake"
- appveyor DownloadFile https://raw.githubusercontent.com/Kitware/CMake/master/Modules/FindBoost.cmake -FileName "C:\Program Files (x86)\CMake\share\cmake-3.11\Modules\FindBoost.cmake"
# FIXME: To be removed https://help.appveyor.com/discussions/problems/13000-cmake_toolchain_filevcpkgcmake-conflicts-with-cmake-native-findboostcmake"
- ps: 'Write-Host "Installing latest vcpkg.cmake module" -ForegroundColor Magenta'
- appveyor DownloadFile https://raw.githubusercontent.com/Microsoft/vcpkg/master/scripts/buildsystems/vcpkg.cmake -FileName "c:\tools\vcpkg\scripts\buildsystems\vcpkg.cmake"