summaryrefslogtreecommitdiffstats
path: root/appveyor.yml
diff options
context:
space:
mode:
authorSebastien Blaisot <sebastien@blaisot.org>2016-11-24 14:52:13 +0100
committerSebastien Blaisot <sebastien@blaisot.org>2016-11-24 14:52:13 +0100
commiteb97898a29e374144de66acab80ec90608b3e993 (patch)
tree32dae9cad148bb75bf438184432d3d4d62b2ba36 /appveyor.yml
parentc629504cfd9403c08ddbda2c9965f7782a2db360 (diff)
Don't start Appveyor CI on resource file changes
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 3492791473..fc6b9ab8f6 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -8,6 +8,16 @@ init:
# Uncomment the following line to show RDP info at beginning of job
# - ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
clone_folder: c:\projects\mixxx
+skip_commits:
+ files:
+ - doc/
+ - res/
+ - LICENCE
+ - README
+ - README.md
+ - COPYING
+ - CODE_OF_CONDUCT.md
+
configuration:
- release
# - debug