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.

23 lines
556 B

8 years ago
version: 1.0.{build}
8 years ago
pull_requests:
do_not_increment_build_number: true
image: Visual Studio 2019
cache: '%LOCALAPPDATA%\vcpkg\archives'
install:
- cd C:\Tools\vcpkg
- git pull
- .\bootstrap-vcpkg.bat
- cd %APPVEYOR_BUILD_FOLDER%
before_build:
- cmake -G "Visual Studio 16 2019" -A x64 -DNIGHTLY_BUILD=ON -DCMAKE_TOOLCHAIN_FILE=c:/tools/vcpkg/scripts/buildsystems/vcpkg.cmake .
8 years ago
build:
project: $(APPVEYOR_BUILD_FOLDER)\$(APPVEYOR_PROJECT_NAME).sln
8 years ago
verbosity: minimal
artifacts:
- path: Debug\devilutionx.exe
name: devilutionx.exe