Travis CI: Make it build again

This commit is contained in:
Přemysl Eric Janouch 2015-02-12 02:27:12 +01:00
parent f0c64c69c3
commit ea72676841
1 changed files with 7 additions and 0 deletions

View File

@ -9,5 +9,12 @@ compiler:
- gcc
before_install:
- sudo apt-get update -qq
install:
- sudo apt-get install -y help2man
before_script:
- mkdir build
- cd build
script:
- cmake .. -DCMAKE_INSTALL_PREFIX=/usr
- make
- cpack -G DEB