mirror of https://github.com/PCSX2/pcsx2.git
[skip travis] ci-appveyor: Skip building commits if only the following directories/files are changed.
This commit is contained in:
parent
1b6b3f692d
commit
fe872b5caa
15
appveyor.yml
15
appveyor.yml
|
@ -6,6 +6,21 @@ version: 1.{build}-{branch}
|
|||
# Do not build feature branch with open Pull Requests
|
||||
skip_branch_with_pr: true
|
||||
|
||||
# Skip building commits if only the following directories/files are changed
|
||||
skip_commits:
|
||||
files:
|
||||
- .gitignore
|
||||
- .travis.yml
|
||||
- .clang-format
|
||||
- '**/*.md'
|
||||
- debian-packager/
|
||||
- bin/PCSX2_keys.ini.default
|
||||
# Linux only plugins for now
|
||||
- plugins/onepad/
|
||||
- plugins/onepad_legacy/
|
||||
# Tools
|
||||
- tools/GSDumpGUI/
|
||||
|
||||
environment:
|
||||
matrix:
|
||||
- platform: Win32
|
||||
|
|
Loading…
Reference in New Issue