Files

9 lines
145 B
YAML

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