Files
simulation_core/lib/CxxDemangler/.travis.yml

9 lines
145 B
YAML
Raw Normal View History

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