Build rel/ branches on Travis and AppVeyor.
This commit is contained in:
parent
79ea2bb9b3
commit
005b884b7d
|
|
@ -23,6 +23,7 @@ branches:
|
|||
- dev
|
||||
- feature/dev-si
|
||||
- /^(.*\/)?ci-.*$/
|
||||
- /^rel\/.*/
|
||||
before_install:
|
||||
- if test "$TRAVIS_OS_NAME" == "osx"; then brew update; brew install openssl; ln -s /usr/local/opt/openssl/lib/libcrypto.1.0.0.dylib /usr/local/lib/; ln -s /usr/local/opt/openssl/lib/libssl.1.0.0.dylib /usr/local/lib/; fi
|
||||
script:
|
||||
|
|
|
|||
|
|
@ -7,6 +7,7 @@ branches:
|
|||
- dev
|
||||
- feature/dev-si
|
||||
- /^(.*\/)?ci-.*$/
|
||||
- /^rel\/.*/
|
||||
build_script:
|
||||
- ps: .\build.ps1
|
||||
clone_depth: 1
|
||||
|
|
|
|||
Loading…
Reference in New Issue