From ef5476d8c3a486d64c27561d6d427f8e04fb3993 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Tue, 11 Jul 2017 04:59:37 +0100 Subject: [PATCH] tools: appveyor: note how ci skip works [ci skip] --- appveyor.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index 673d579d3..c065695a0 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -7,6 +7,12 @@ cache: build: off +# https://www.appveyor.com/docs/how-to/filtering-commits +# Add [skip ci] or [ci skip] anywhere to commit message and build won’t +# 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 #before_test: #- curl -ostack.zip -L --insecure http://www.stackage.org/stack/windows-i386