You've already forked lidgren-network-gen3
mirror of
https://github.com/lidgren/lidgren-network-gen3.git
synced 2026-05-16 15:16:33 +09:00
7
.travis.yml
Normal file
7
.travis.yml
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
language: csharp
|
||||||
|
solution: Lidgren.Network.sln
|
||||||
|
install:
|
||||||
|
- nuget restore Lidgren.Network.sln
|
||||||
|
script:
|
||||||
|
- xbuild /p:Configuration=Release Lidgren.Network.sln
|
||||||
|
- mono ./UnitTests/bin/Release/UnitTests.exe
|
||||||
@@ -61,7 +61,6 @@ namespace UnitTests
|
|||||||
}
|
}
|
||||||
|
|
||||||
Console.WriteLine("Done");
|
Console.WriteLine("Done");
|
||||||
Console.ReadKey();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|||||||
Reference in New Issue
Block a user