You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
406 B
22 lines
406 B
language: csharp
|
|
mono: none
|
|
dist: xenial
|
|
addons:
|
|
apt:
|
|
packages:
|
|
- gettext
|
|
- libcurl4-openssl-dev
|
|
- libicu-dev
|
|
- libssl-dev
|
|
- libunwind8
|
|
- zlib1g
|
|
env:
|
|
global:
|
|
- DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
|
|
- DOTNET_CLI_TELEMETRY_OPTOUT: 1
|
|
os:
|
|
- linux
|
|
- osx
|
|
osx_image: xcode8.2
|
|
script:
|
|
- ./eng/common/cibuild.sh -configuration Release -prepareMachine -integrationTest
|