Skip to content

Instantly share code, notes, and snippets.

@cromica
Created November 14, 2015 10:39
Show Gist options
  • Save cromica/03a1ba3d5cf4531f0152 to your computer and use it in GitHub Desktop.
Save cromica/03a1ba3d5cf4531f0152 to your computer and use it in GitHub Desktop.
appveyor script
init:
- git config --global core.autocrlf input
build_script:
- cmd: build.cmd BuildApp
- cmd: build.cmd IntegrationTests
test: off
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment