Update AppVeyor and Travis settings
This commit is contained in:
parent
1f74ceca1b
commit
dcfbbab005
|
|
@ -29,4 +29,4 @@ branches:
|
||||||
before_install:
|
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
|
- 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:
|
script:
|
||||||
- ./build.sh --quiet verify
|
- ./build.sh
|
||||||
|
|
|
||||||
|
|
@ -7,9 +7,9 @@ branches:
|
||||||
- dev
|
- dev
|
||||||
- /^(.*\/)?ci-.*$/
|
- /^(.*\/)?ci-.*$/
|
||||||
build_script:
|
build_script:
|
||||||
- build.cmd --quiet verify
|
- ps: .\build.ps1
|
||||||
clone_depth: 1
|
clone_depth: 1
|
||||||
test: off
|
test: off
|
||||||
deploy: off
|
deploy: off
|
||||||
# Required for dotnet-test to work
|
# Required for dotnet-test to work
|
||||||
os: Visual Studio 2015
|
os: Visual Studio 2015
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue