rdesktop/.travis.yml

12 lines
187 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
before_install:
- sudo apt-get -qq update
2017-09-21 16:29:07 +02:00
- sudo apt-get install -y libpcsclite-dev libxcursor-dev
script: ./bootstrap && ./configure && make