Skip to content

Instantly share code, notes, and snippets.

@warmist
Last active March 6, 2016 16:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save warmist/cf1457090cf35f535c29 to your computer and use it in GitHub Desktop.
Save warmist/cf1457090cf35f535c29 to your computer and use it in GitHub Desktop.
appveyor.yml
version: 1.0.{build}
branches:
only:
- develop
skip_tags: true
configuration: Release
clone_depth: 1
clone_folder: c:\projects\dfhack
init:
- cmd: >-
cinst StrawberryPerl
path C:\strawberry\perl\bin;C:\strawberry\perl\site\bin;C:\strawberry\c\bin;%PATH%
install:
- cmd: >-
git submodule update --init
cd build
generate-MSVC-all-breakfast.bat
build:
project: C:/projects/dfhack/build/VC2010/INSTALL.vcxproj
parallel: true
verbosity: minimal
artifacts:
- path: build\DF
name: release
deploy:
- provider: GitHub
tag: breakfast
release: breakfast
description: An automated build of "develop" branch
auth_token:
secure: C+dPKMMN9mqSq7mLg3/FPbdra3k36hcmFcmk45r8XHqI4xB/iM+uqOTR78WEpJXi
artifact: release
draft: false
prerelease: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment