Files

9 lines
145 B
YAML
Raw Permalink Normal View History

language: csharp
mono: none
#solution: CxxDemangler.sln
dotnet: 1.0.4
dist: trusty
script:
- dotnet restore
- dotnet test ./Tests/Tests.csproj