зеркало из https://github.com/aspnet/Identity.git
Limit the branches that build on our public CI.
[ci skip]
This commit is contained in:
Родитель
1fbe8c3ea2
Коммит
1045cf8264
|
@ -16,5 +16,11 @@ os:
|
||||||
- linux
|
- linux
|
||||||
- osx
|
- osx
|
||||||
osx_image: xcode7.1
|
osx_image: xcode7.1
|
||||||
|
branches:
|
||||||
|
only:
|
||||||
|
- master
|
||||||
|
- release
|
||||||
|
- dev
|
||||||
|
- /^(.*\\/)?ci-.*$/
|
||||||
script:
|
script:
|
||||||
- ./build.sh --quiet verify
|
- ./build.sh --quiet verify
|
|
@ -1,5 +1,11 @@
|
||||||
init:
|
init:
|
||||||
- git config --global core.autocrlf true
|
- git config --global core.autocrlf true
|
||||||
|
branches:
|
||||||
|
only:
|
||||||
|
- master
|
||||||
|
- release
|
||||||
|
- dev
|
||||||
|
- /^(.*\\/)?ci-.*$/
|
||||||
build_script:
|
build_script:
|
||||||
- build.cmd --quiet verify
|
- build.cmd --quiet verify
|
||||||
clone_depth: 1
|
clone_depth: 1
|
||||||
|
|
Загрузка…
Ссылка в новой задаче