summaryrefslogtreecommitdiffstats
path: root/appveyor.yml
diff options
context:
space:
mode:
authorRJ Ryan <rryan@mixxx.org>2016-11-25 13:15:42 -0500
committerGitHub <noreply@github.com>2016-11-25 13:15:42 -0500
commiteb5e05b1bbc097b7e5e8ef0ecb0855b9d15d1730 (patch)
tree19046076fb412591b41f0bd88793750101ee73d8 /appveyor.yml
parentb8d5db7e44be47aa2a012e024a972cfcd26180b3 (diff)
parenta6ab222527077594d91cd4ee56314818336b0bfc (diff)
Merge pull request #1053 from sblaisot/improve-appveyor
Don't start Appveyor CI on resource file changes
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml
index a006cf2ed4..1ff58227ed 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -8,6 +8,15 @@ 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/
+ - LICENCE
+ - README
+ - README.md
+ - COPYING
+ - CODE_OF_CONDUCT.md
+
configuration:
- release
# - debug