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
545 B
22 lines
545 B
language: csharp
|
|
dist: trusty
|
|
sudo: required
|
|
mono: none
|
|
dotnet: 1.0.4
|
|
addons:
|
|
apt:
|
|
packages:
|
|
- gettext
|
|
- libcurl4-openssl-dev
|
|
- libicu-dev
|
|
- libssl-dev
|
|
- libunwind8
|
|
- zlib1g
|
|
branches:
|
|
only:
|
|
- master
|
|
install:
|
|
dotnet restore /p:Configuration=.netcore --runtime ubuntu.16.04-x64
|
|
script:
|
|
- dotnet publish --runtime ubuntu.16.04-x64 --output out /p:Configuration=.netcore
|
|
- dotnet /home/travis/build/minio/minio-dotnet/Minio.Functional.Tests/bin/Debug/netcoreapp1.1/ubuntu.16.04-x64/Minio.Functional.Tests.dll
|