rdesktop/.travis.yml

15 lines
277 B
YAML
Raw Normal View History

dist: trusty
2016-09-20 09:06:36 +02:00
language: c
2016-09-20 09:53:17 +02:00
compiler: gcc
2016-09-20 09:06:36 +02:00
2017-09-21 19:31:19 +02:00
notifications:
slack: rdesktop:RZWCtYeVc9qVzsBvTzQtmyLt
before_install:
- sudo apt-get -qq update
- sudo apt-get install -y libpcsclite-dev libxcursor-dev libao-dev libasound2-dev
script: ./bootstrap && ./configure && make