You've already forked lidgren-network-gen3
mirror of
https://github.com/lidgren/lidgren-network-gen3.git
synced 2026-05-18 16:16:35 +09:00
Create .travis.yml
This commit is contained in:
7
.travis.yml
Normal file
7
.travis.yml
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
language: csharp
|
||||||
|
solution: solution-name.sln
|
||||||
|
install:
|
||||||
|
- nuget restore Lidgren.Network.sln
|
||||||
|
script:
|
||||||
|
- xbuild /p:Configuration=Release Lidgren.Network.sln
|
||||||
|
- mono ./UnitTests/bin/Release/UnitTests.exe
|
||||||
Reference in New Issue
Block a user