Files
oak-editor/appveyor.yml
T

20 lines
355 B
YAML

version: "{build}"
branches:
only:
- master
image: Visual Studio 2017
environment:
TRAVIS_REPO_SLUG: olive-editor/olive
install:
- cd C:\Tools\vcpkg
- git pull
- .\bootstrap-vcpkg.bat
- cd %APPVEYOR_BUILD_FOLDER%
build_script:
- cmd: appveyor-build.bat
artifacts:
- path: Olive*.zip
name: Olive Portable
- path: Olive*.exe
name: Olive Installer