This website requires JavaScript.
Explore
Help
Sign In
cws
/
GameThing
Watch
1
Star
0
Fork
You've already forked GameThing
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
2d476189d9
GameThing
/
build.sh
5 lines
85 B
Bash
Raw
Normal View
History
Unescape
Escape
initial commit
2019-10-05 13:54:15 +00:00
#!/bin/sh
dotnet restore src/Server
dotnet build src/Server
build.* runs the tests Brings the scripts in line with what the readme says they do.
2019-10-05 17:26:54 +00:00
dotnet
test
src/GameTest