Skip to content

Instantly share code, notes, and snippets.

@Blind-Striker
Last active July 18, 2018 18:28
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 Blind-Striker/f782740f049de0e667fe261eedbab189 to your computer and use it in GitHub Desktop.
Save Blind-Striker/f782740f049de0e667fe261eedbab189 to your computer and use it in GitHub Desktop.
Example travis.yml and appveyor.yml for Cake Build
image: Visual Studio 2017
branches:
only:
- master
init:
- cmd: git config --global core.autocrlf true
build_script:
- ps: . ./build.ps1
deploy: off
language: csharp
sudo: required
dist: trusty
env:
- CLI_VERSION=latest
mono:
- 5.10.0
dotnet: 2.0.0
os:
- linux
branches:
only:
- master
- /.*/
before_script:
- chmod +x ./build.sh
script:
- ./build.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment