You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
347 B
12 lines
347 B
version: 1.0.{build}
|
|
image: Visual Studio 2017
|
|
environment:
|
|
BOOST_ROOT: C:\Libraries\boost_1_64_0
|
|
BOOST_LIBRARYDIR: C:\Libraries\boost_1_64_0\lib64-msvc-14.1
|
|
CTEST_OUTPUT_ON_FAILURE: 1
|
|
|
|
cache:
|
|
- '%APPVEYOR_BUILD_FOLDER%\build\resources -> .appveyor.yml, resources/resources.cmake'
|
|
|
|
build_script:
|
|
- ps: .ci\setup_appveyor.ps1
|