Created
November 14, 2015 10:39
-
-
Save cromica/03a1ba3d5cf4531f0152 to your computer and use it in GitHub Desktop.
appveyor script
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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