1
0
mirror of https://github.com/ZetaKebab/MpcNET.git synced 2024-09-16 05:30:09 +00:00
MpcNET/.travis.yml

15 lines
273 B
YAML
Raw Normal View History

2016-11-30 12:09:47 +00:00
language: csharp
dist: trusty
sudo: required
mono: none
2017-04-12 08:57:13 +00:00
dotnet: 1.0.3
2016-12-16 11:40:30 +00:00
before_install:
2016-12-14 09:56:00 +00:00
- sudo apt-get update -qq
- sudo apt-get install -y mpd
2016-11-30 12:09:47 +00:00
script:
2016-12-13 12:24:07 +00:00
- dotnet restore
2017-04-12 08:57:13 +00:00
- dotnet build
- dotnet test LibMpcTest/LibMpcTest.csproj
2016-11-30 21:03:21 +00:00
notifications:
email:false