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.
|
- language: csharp
- sudo: required
- dist: xenial
- solution: CAP.sln
- dotnet: 3.1.100
- mono: none
-
- #matrix:
- # include:
- # - dotnet: 2.2
- # - os: linux
- # dist: trusty # Ubuntu 14.04
- # sudo: required
- # - os: osx
- # osx_image: xcode8.3 # macOS 10.12
-
- # Run the build script
-
- script:
- - export PATH="$PATH:$HOME/.dotnet/tools"
- - dotnet tool install --global FlubuCore.GlobalTool --version 4.3.5
- - flubu build tests -s=build/BuildScript.cs
|