ci appveyor/travis: Build only master branch.

Keep them around for now, we will remove them along the way.

Replaced by Github Actions.
This commit is contained in:
lightningterror 2020-09-18 23:36:22 +02:00
parent 1f327346f7
commit b1f0f7f2e8
2 changed files with 10 additions and 0 deletions

View File

@ -6,6 +6,11 @@ cache: ccache
dist: xenial
# build only master branch
branches:
only:
- master
matrix:
include:
- env: VERSION=8 BITS=64

View File

@ -6,6 +6,11 @@ version: 1.{build}-{branch}
# Do not build feature branch with open Pull Requests
skip_branch_with_pr: true
# build only master branch
branches:
only:
- master
# Skip building commits if only the following directories/files are changed
skip_commits:
files: