Merge branch 'master' of github.com:xenia-project/xenia into d3d12
This commit is contained in:
commit
a3e1dde8c9
|
@ -6,14 +6,11 @@
|
||||||
version: 1.0.{build}-{branch}
|
version: 1.0.{build}-{branch}
|
||||||
|
|
||||||
# branches to build
|
# branches to build
|
||||||
|
# Only building master (and pull requests)
|
||||||
branches:
|
branches:
|
||||||
# whitelist
|
# whitelist
|
||||||
# only:
|
only:
|
||||||
# - master
|
- master
|
||||||
|
|
||||||
# blacklist
|
|
||||||
except:
|
|
||||||
- gh-pages
|
|
||||||
|
|
||||||
# Do not build on tags (GitHub only)
|
# Do not build on tags (GitHub only)
|
||||||
skip_tags: true
|
skip_tags: true
|
||||||
|
|
Loading…
Reference in New Issue