The source code and dockerfile for the GSW2024 AI Lab.
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.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
 
 
 
 
 
 

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