Update AppVeyor and Travis settings
This commit is contained in:
parent
40ee51846c
commit
aaea173cba
|
|
@ -32,5 +32,5 @@ branches:
|
|||
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:
|
||||
- ./build.sh --quiet verify
|
||||
- ./build.sh
|
||||
- if test "$TRAVIS_OS_NAME" != "osx"; then bash test/Microsoft.AspNetCore.Server.Kestrel.FunctionalTests/SystemdActivation/docker.sh; fi
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ branches:
|
|||
- feature/dev-si
|
||||
- /^(.*\/)?ci-.*$/
|
||||
build_script:
|
||||
- build.cmd --quiet verify
|
||||
- ps: .\build.ps1
|
||||
clone_depth: 1
|
||||
test: off
|
||||
deploy: off
|
||||
|
|
|
|||
Loading…
Reference in New Issue