File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11language : csharp
2- sudo : required
3- dist : trusty
4- addons :
5- apt :
6- packages :
7- - gettext
8- - libcurl4-openssl-dev
9- - libicu-dev
10- - libssl-dev
11- - libunwind8
12- - zlib1g
13- env :
14- global :
15- - DOTNET_SKIP_FIRST_TIME_EXPERIENCE : true
16- - DOTNET_CLI_TELEMETRY_OPTOUT : 1
17- mono :
18- - 4.0.5
19- os :
20- - linux
21- - osx
22- osx_image : xcode7.1
2+
3+ matrix :
4+ include :
5+ - os : osx
6+ osx_image : xcode8.3
7+ dotnet : 1.0.1
8+ mono : none
9+ - os : linux
10+ dist : trusty
11+ sudo : required
12+ dotnet : 1.0.1
13+ mono : none
14+
2315branches :
2416 only :
2517 - master
26- - release
27- - dev
28- - /^(.*\/)?ci-.*$/
29- before_install :
30- - 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
3118script :
32- - ./build.sh --quiet verify
19+ - ulimit -n 2048
20+ - dotnet restore "Algorithms"
21+ - dotnet restore "AlgorithmsTest"
22+ - dotnet build "Algorithms"
23+ - dotnet build "AlgorithmsTest"
You can’t perform that action at this time.
0 commit comments