File tree Expand file tree Collapse file tree 2 files changed +19
-20
lines changed Expand file tree Collapse file tree 2 files changed +19
-20
lines changed Original file line number Diff line number Diff line change 1
- language : csharp
2
- sudo : required
3
- dist : trusty
4
- addons :
1
+ language : csharp
2
+ sudo : required
3
+ dist : trusty
4
+ env :
5
+ - CLI_VERSION=1.0.0-preview2-1-003177
6
+ addons :
5
7
apt :
6
8
packages :
7
9
- gettext
@@ -10,24 +12,21 @@ addons:
10
12
- libssl-dev
11
13
- libunwind8
12
14
- zlib1g
13
- env :
14
- global :
15
- - CLI_VERSION=1.0.0-preview2-1-003177
16
- - DOTNET_SKIP_FIRST_TIME_EXPERIENCE : true
17
- - DOTNET_CLI_TELEMETRY_OPTOUT : 1
18
- mono :
19
- - 4.0.5
20
- os :
15
+ mono :
16
+ - 4.2.3
17
+ os :
21
18
- linux
22
19
- osx
23
- osx_image : xcode7.3
24
- branches :
20
+ osx_image : xcode7.1
21
+ branches :
25
22
only :
26
23
- master
27
- - development
28
- install :
24
+ - development
25
+ before_install :
26
+ - 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/; fiopenssl; fi
27
+ install :
29
28
- export DOTNET_INSTALL_DIR="$PWD/.dotnetcli"
30
- - export PATH="$DOTNET_INSTALL_DIR:$PATH "
31
- - dotnet --info
32
- script :
33
- - ./build.sh --quiet verify
29
+ - curl -sSL https://raw.githubusercontent.com/dotnet/cli/rel/1.0.0/scripts/obtain/dotnet-install.sh | bash /dev/stdin --version "$CLI_VERSION" --install-dir "$DOTNET_INSTALL_DIR "
30
+ - export PATH="$DOTNET_INSTALL_DIR:$PATH"
31
+ script :
32
+ - ./build.sh
You can’t perform that action at this time.
0 commit comments