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.

13 lines
282 B

  1. language: csharp
  2. dist: trusty
  3. sudo: required
  4. mono: none
  5. dotnet: 2.1.300
  6. branches:
  7. only:
  8. - master
  9. install:
  10. script:
  11. - dotnet build Minio.Functional.Tests -c Release --framework netcoreapp2.1
  12. - dotnet Minio.Functional.Tests/bin/Release/netcoreapp2.1/Minio.Functional.Tests.dll