1
0
Fork 0
csbot/.travis.yml

11 lines
341 B
YAML
Raw Permalink Normal View History

2024-02-08 09:21:36 +01:00
language: csharp
solution: csbot.sln
mono:
- latest
install:
- nuget restore csbot.sln
- nuget install xunit.runners -Version 1.9.2 -OutputDirectory testrunner
script:
- xbuild /p:Configuration=Release csbot.sln
- mono ./testrunner/xunit.runners.1.9.2/tools/xunit.console.clr4.exe ./csbotTests/bin/Release/csbotTests.dll