mirror of
https://github.com/JustArchiNET/ArchiSteamFarm
synced 2024-11-10 15:14:41 +00:00
CIs: Build all branches
This will sadly trigger double build for travis due to lack of https://github.com/travis-ci/travis-ci/issues/6612 but overall it'll be useful for PRs targetting non-master branch.
This commit is contained in:
parent
849066e79f
commit
2556debd9a
2 changed files with 0 additions and 9 deletions
|
@ -6,12 +6,6 @@ solution: ArchiSteamFarm.sln
|
|||
git:
|
||||
depth: 10
|
||||
|
||||
# Don't build other branches than master
|
||||
# Sadly Travis doesn't support AppVeyor's "skip_branch_with_pr"
|
||||
branches:
|
||||
only:
|
||||
- master
|
||||
|
||||
# Use latest images for building
|
||||
group: travis_latest
|
||||
|
||||
|
|
|
@ -1,9 +1,6 @@
|
|||
version: '{build}-{branch}'
|
||||
pull_requests:
|
||||
do_not_increment_build_number: true
|
||||
branches:
|
||||
only:
|
||||
- master
|
||||
skip_branch_with_pr: true
|
||||
image:
|
||||
- Visual Studio 2017
|
||||
|
|
Loading…
Reference in a new issue