libui/.travis.yml

12 lines
266 B
YAML
Raw Normal View History

2015-12-31 18:43:38 -06:00
2015-12-31 18:48:13 -06:00
# This makes us use Ubuntu 14 instead of 12
2015-12-31 18:43:38 -06:00
dist: trusty
language: cpp
script:
- sudo apt-get update
- sudo apt-get install libgtk-3-dev -y || sudo apt-cache search libgtk3
- make -f GNUmakefile
- make -f GNUmakefile examples
- make -f GNUmakefile test