1
0
Fork 0
mirror of https://github.com/davatorium/rofi.git synced 2024-11-18 13:54:36 -05:00

Add travis build file.

This commit is contained in:
QC 2014-08-28 21:19:46 +02:00
parent 562ace6b78
commit 2a72d1624b

9
.travis.yml Normal file
View file

@ -0,0 +1,9 @@
compiler:
- clang
- gcc
before_install:
- sudo apt-get update -qq
- sudo apt-get install -y libxinerama-dev autoconf automake make libxft-dev i3-wm libx11-dev libpango1.0-dev
script: autoreconf -i && ./configure && make