1
0
mirror of https://github.com/ZetaKebab/MpcNET.git synced 2025-01-14 22:18:43 +00:00

Install alsa on build server

This commit is contained in:
glucaci 2016-12-16 13:25:03 +01:00
parent 7dd8a6ad1e
commit 0397e22a1f

View File

@ -6,6 +6,7 @@ dotnet: 1.0.0-preview2-003131
before_install: before_install:
- sudo apt-get update -qq - sudo apt-get update -qq
- sudo apt-get install -y mpd - sudo apt-get install -y mpd
- sudo apt-get install -y alsa-utils
script: script:
- dotnet restore - dotnet restore
- dotnet build **/project.json - dotnet build **/project.json