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

4 weeks ago
  1. version: 1.0.{build}
  2. image: Visual Studio 2017
  3. environment:
  4. BOOST_ROOT: C:\Libraries\boost_1_64_0
  5. BOOST_LIBRARYDIR: C:\Libraries\boost_1_64_0\lib64-msvc-14.1
  6. CTEST_OUTPUT_ON_FAILURE: 1
  7. cache:
  8. - '%APPVEYOR_BUILD_FOLDER%\build\resources -> .appveyor.yml, resources/resources.cmake'
  9. build_script:
  10. - ps: .ci\setup_appveyor.ps1