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

15 lines
284 B
YAML
Raw Normal View History

2016-11-30 12:09:47 +00:00
language: csharp
dist: trusty
sudo: required
mono: none
dotnet: 1.0.1
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:
2017-04-12 09:31:31 +00:00
- dotnet restore src
- dotnet build src
- dotnet test src/LibMpcTest/LibMpcTest.csproj
2016-11-30 21:03:21 +00:00
notifications:
email:false