This repository was archived by the owner on Dec 14, 2018. It is now read-only.
File tree 2 files changed +19
-21
lines changed 2 files changed +19
-21
lines changed Original file line number Diff line number Diff line change 1
1
init :
2
- - git config --global core.autocrlf true
2
+ - git config --global core.autocrlf true
3
3
branches :
4
4
only :
5
- - master
6
- - release
7
- - dev
8
- - /^(.*\/)?ci-.*$/
9
- - /^rel\/.*/
5
+ - dev
6
+ - /^release\/.*$/
7
+ - /^(.*\/)?ci-.*$/
10
8
build_script :
11
- - ps : .\run.ps1 default-build
9
+ - ps : .\run.ps1 default-build
12
10
clone_depth : 1
13
11
environment :
14
12
global :
15
13
DOTNET_SKIP_FIRST_TIME_EXPERIENCE : true
16
14
DOTNET_CLI_TELEMETRY_OPTOUT : 1
17
- test : off
18
- deploy : off
15
+ test : ' off'
16
+ deploy : ' off'
19
17
image : Visual Studio 2017
Original file line number Diff line number Diff line change @@ -3,25 +3,25 @@ sudo: required
3
3
dist : trusty
4
4
env :
5
5
global :
6
- - DOTNET_SKIP_FIRST_TIME_EXPERIENCE : true
7
- - DOTNET_CLI_TELEMETRY_OPTOUT : 1
6
+ - DOTNET_SKIP_FIRST_TIME_EXPERIENCE : true
7
+ - DOTNET_CLI_TELEMETRY_OPTOUT : 1
8
8
addons :
9
9
apt :
10
10
packages :
11
- - libunwind8
11
+ - libunwind8
12
12
mono : none
13
13
os :
14
- - linux
15
- - osx
14
+ - linux
15
+ - osx
16
16
osx_image : xcode8.2
17
17
branches :
18
18
only :
19
- - master
20
- - release
21
- - dev
22
- - /^rel\/.*$/
23
- - /^(.*\/)?ci-.*$/
19
+ - dev
20
+ - /^release\/.*$/
21
+ - /^(.*\/)?ci-.*$/
24
22
before_install :
25
- - 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
23
+ - if test "$TRAVIS_OS_NAME" == "osx"; then brew update; brew install openssl; ln -s
24
+ /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
25
+ /usr/local/lib/; fi
26
26
script :
27
- - ./build.sh
27
+ - ./build.sh
You can’t perform that action at this time.
0 commit comments