mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-01 06:00:46 +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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user