Adding travis file.

This commit is contained in:
Florent Clairambault 2016-01-01 01:43:38 +01:00
parent b795cda79e
commit 48bf6d2b37
1 changed files with 16 additions and 0 deletions

16
.travis.yml Normal file
View File

@ -0,0 +1,16 @@
dist: trusty
language: cpp
script:
- cat /etc/lsb-release
- sudo apt-get update
- sudo apt-get install libgtk-3-dev -y || sudo apt-cache search libgtk3
- make -f GNUmakefile
- make -f GNUmakefile example EXAMPLE=histogram
# Only working things are added here... Some interesting commands would be:
# - make -f GNUmakefile examples
# - make -f GNUmakefile test
#
# But they both won't work