tools: appveyor: note how ci skip works

[ci skip]
This commit is contained in:
Simon Michael 2017-07-11 04:59:37 +01:00
parent 0bc3f8f23e
commit ef5476d8c3

View File

@ -7,6 +7,12 @@ cache:
build: off build: off
# https://www.appveyor.com/docs/how-to/filtering-commits
# Add [skip ci] or [ci skip] anywhere to commit message and build wont
# be triggered by AppVeyor for that commit. Or explicitly skip AppVeyor only
# with [skip appveyor] and still allow any other CI to build the commit
# (eg. Travis CI).
#uncomment once to cache latest stack #uncomment once to cache latest stack
#before_test: #before_test:
#- curl -ostack.zip -L --insecure http://www.stackage.org/stack/windows-i386 #- curl -ostack.zip -L --insecure http://www.stackage.org/stack/windows-i386