summaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: e43a1cadfc536d6ea9cc4ecdb1efd0dfacfc5115 (plain)
1
2
3
4
5
6
7
8
9
10
11
language: cpp
compiler:
  - gcc
script: debuild -b -us -uc --lintian-opts '-ivI'
before_install:
  - git submodule update --init --recursive
  - sudo apt-get update -qq
  - sudo apt-get install -qq devscripts dpkg-dev lintian equivs
  - mk-build-deps --root-cmd sudo --install --remove
  - dch -v 0~git$(date +%Y%m%d%H%M)00-1~travis0 -m "Automated test-build."
  - mkdir -p ../data