Merge branch 'release/2.1' into dev
This commit is contained in:
commit
b8276fccec
|
|
@ -2,9 +2,8 @@ init:
|
||||||
- git config --global core.autocrlf true
|
- git config --global core.autocrlf true
|
||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
- master
|
|
||||||
- release
|
|
||||||
- dev
|
- dev
|
||||||
|
- /^release\/.*$/
|
||||||
- /^(.*\/)?ci-.*$/
|
- /^(.*\/)?ci-.*$/
|
||||||
environment:
|
environment:
|
||||||
global:
|
global:
|
||||||
|
|
@ -13,6 +12,6 @@ environment:
|
||||||
build_script:
|
build_script:
|
||||||
- ps: .\run.ps1 default-build
|
- ps: .\run.ps1 default-build
|
||||||
clone_depth: 1
|
clone_depth: 1
|
||||||
test: off
|
test: 'off'
|
||||||
deploy: off
|
deploy: 'off'
|
||||||
os: Visual Studio 2017
|
os: Visual Studio 2017
|
||||||
|
|
|
||||||
|
|
@ -16,12 +16,13 @@ os:
|
||||||
osx_image: xcode8.2
|
osx_image: xcode8.2
|
||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
- master
|
|
||||||
- release
|
|
||||||
- dev
|
- dev
|
||||||
|
- /^release\/.*$/
|
||||||
- /^(.*\/)?ci-.*$/
|
- /^(.*\/)?ci-.*$/
|
||||||
before_install:
|
before_install:
|
||||||
- if test "$TRAVIS_OS_NAME" == "osx"; then brew update; brew install openssl nginx; 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/; else ./install-nginx.sh; fi
|
- if test "$TRAVIS_OS_NAME" == "osx"; then brew update; brew install openssl nginx;
|
||||||
|
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/; else ./install-nginx.sh; fi
|
||||||
install:
|
install:
|
||||||
- export PATH="$PATH:$HOME/nginxinstall/sbin/"
|
- export PATH="$PATH:$HOME/nginxinstall/sbin/"
|
||||||
script:
|
script:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue