1
0
mirror of https://github.com/ZetaKebab/MpcNET.git synced 2025-07-02 00:57:38 +00:00

Add Travis CI support

This commit is contained in:
glucaci
2016-11-30 13:09:47 +01:00
parent e923d06984
commit 5217668ef1
2 changed files with 9 additions and 0 deletions

2
build.sh Normal file
View File

@ -0,0 +1,2 @@
#!/usr/bin/env bash
dotnet restore && dotnet build **/project.json