aboutsummaryrefslogtreecommitdiffstats
path: root/src/scripts/ci
diff options
context:
space:
mode:
authorSimon Warta <[email protected]>2016-10-16 11:29:18 +0200
committerSimon Warta <[email protected]>2016-10-16 19:01:41 +0200
commit4a2ce09039dcb78c837d67e2ec1f84a8ae7645c6 (patch)
treef29ced184010fc60e194f2214e37ff38a2bb475b /src/scripts/ci
parent4239348a21d67729d5c11ee124425fa006662fd9 (diff)
AppVeyor: Whitelist branches to avoid testing feature branches twice
(as branch and as pull request). This is only relevant for Jack's PRs since he is the only one creating feature branches in the randombit/botan repository.
Diffstat (limited to 'src/scripts/ci')
-rw-r--r--src/scripts/ci/appveyor.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/scripts/ci/appveyor.yml b/src/scripts/ci/appveyor.yml
index 17cf86fdd..9e40d47e7 100644
--- a/src/scripts/ci/appveyor.yml
+++ b/src/scripts/ci/appveyor.yml
@@ -45,3 +45,8 @@ build_script:
- jom -j2
- botan-test
- nmake install
+
+# whitelist branches to avoid testing feature branches twice (as branch and as pull request)
+branches:
+ only:
+ - master