encompass-cs/.travis.yml

12 lines
309 B
YAML
Raw Normal View History

2019-06-20 06:07:03 +00:00
dist: xenial
2019-06-20 05:53:10 +00:00
language: csharp
solution: encompass-cs.sln
2019-06-20 07:10:46 +00:00
before_install:
- sudo apt-get install nunit-console
before_script:
2019-06-20 05:53:10 +00:00
- nuget restore encompass-cs.sln
script:
2019-06-20 06:36:59 +00:00
- msbuild /p:Configuration=Release encompass-cs.sln
2019-06-20 07:10:46 +00:00
- nunit-console ./test/bin/Release/netcoreapp2.1/EncompassECS.Framework.Tests.dll