mirror of https://github.com/PCSX2/pcsx2.git
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:
parent
1f327346f7
commit
b1f0f7f2e8
|
@ -6,6 +6,11 @@ cache: ccache
|
||||||
|
|
||||||
dist: xenial
|
dist: xenial
|
||||||
|
|
||||||
|
# build only master branch
|
||||||
|
branches:
|
||||||
|
only:
|
||||||
|
- master
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- env: VERSION=8 BITS=64
|
- env: VERSION=8 BITS=64
|
||||||
|
|
|
@ -6,6 +6,11 @@ version: 1.{build}-{branch}
|
||||||
# Do not build feature branch with open Pull Requests
|
# Do not build feature branch with open Pull Requests
|
||||||
skip_branch_with_pr: true
|
skip_branch_with_pr: true
|
||||||
|
|
||||||
|
# build only master branch
|
||||||
|
branches:
|
||||||
|
only:
|
||||||
|
- master
|
||||||
|
|
||||||
# Skip building commits if only the following directories/files are changed
|
# Skip building commits if only the following directories/files are changed
|
||||||
skip_commits:
|
skip_commits:
|
||||||
files:
|
files:
|
||||||
|
|
Loading…
Reference in New Issue