1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-06-02 07:20:47 +00:00
conky/.travis.yml
Brenden Matthews 9f7e1c0d53 Add build file.
2013-09-15 09:46:24 -07:00

14 lines
393 B
YAML

language: cpp
compiler:
- gcc
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq cmake libxdamage-dev libx11-dev libxft-dev libxdamage-dev libxext-dev libglib2.0-dev libxml2-dev libcurl4-gnutls-dev liblua5.1-0-dev libimlib2-dev libtolua++5.1-dev libcairo2-dev gawk
before_script:
- mkdir build && cd build && cmake ../
script:
- make
branches:
only:
- master