1
0
mirror of https://github.com/ZetaKebab/MpcNET.git synced 2025-01-14 22:18:43 +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

7
.Travis.yml Normal file
View File

@ -0,0 +1,7 @@
language: csharp
dist: trusty
sudo: required
mono: none
dotnet: 1.0.0-preview2-003131
script:
- ./build.sh verify

2
build.sh Normal file
View File

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