Skip to content

Commit

Permalink
Add skip ci directive for appveyor builds
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
tobbi committed Dec 15, 2018
1 parent d18606b commit a39f858
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions appveyor.yml
Expand Up @@ -12,6 +12,9 @@ branches:
except:
- coverity_scan # No need for Windows builds on that branch

skip_commits:
message: /\[(skip ci)|(ci skip)\]/

cache: c:\tools\vcpkg\installed -> appveyor.yml

install:
Expand Down
3 changes: 3 additions & 0 deletions appveyor64.yml
Expand Up @@ -12,6 +12,9 @@ branches:
except:
- coverity_scan # No need for Windows builds on that branch

skip_commits:
message: /\[(skip ci)|(ci skip)\]/

cache: c:\tools\vcpkg\installed -> appveyor64.yml

install:
Expand Down

0 comments on commit a39f858

Please sign in to comment.