diff --git a/.travis.yml b/.travis.yml index 45319fc..3d33a67 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,9 @@ language: csharp solution: ECSLight.sln +before_install: + - sudo apt-get install nunit-console install: - nuget restore ECSLight.sln - - nuget install NUnit.Runners -Version 2.6.4 -OutputDirectory testrunner script: - - xbuild /p:Configuration=Release ECSLight.sln - - mono ./testrunner/NUnit.Runners.2.6.4/tools/nunit-console.exe ./Tests/bin/Release/Tests.dll - + - xbuild /p:Configuration=Debug ECSLight.sln + - nunit-console Tests/bin/Debug/Tests.dll diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..60014b1 --- /dev/null +++ b/Dockerfile @@ -0,0 +1,4 @@ +FROM mono + +COPY . /root/ECSLight + diff --git a/ECSLight.csproj b/ECSLight.csproj index 36b5480..ec77f6b 100644 --- a/ECSLight.csproj +++ b/ECSLight.csproj @@ -49,6 +49,7 @@ + diff --git a/README.md b/README.md index 32f8b6b..05cd663 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ [![Chat at https://gitter.im/ECSLight/Lobby](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/ECSLight/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) +[![Build Status](https://travis-ci.org/robert-wallis/ECSLight.svg?branch=master)](https://travis-ci.org/robert-wallis/ECSLight) # ECS Light