aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 2092f6178bdc45ae99c5dd501f11ec3e6ba5298d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
language: c
notifications:
 irc:
  channels: "anathema.us.nu#anathema"
  use_notice: true
  skip_join: true
compiler:
 - clang
 - gcc
before_install:
 - sudo apt-get update -qq
 - export DISPLAY=:99.0
 - export NO_AT_BRIDGE=1
 - sh -e /etc/init.d/xvfb start
install:
 - sudo apt-get install -y libgtk-3-dev liblua5.2-dev libjson-glib-dev
before_script:
 - mkdir build
 - cd build
script:
 - cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DBUILD_TESTING=ON
 - make
 - cpack -G DEB
 - ctest -V