Add Travis CI configuration

This commit is contained in:
2015-02-08 05:44:02 +01:00
parent d8ecd402c9
commit 14046db38d
2 changed files with 21 additions and 1 deletions

2
README
View File

@@ -25,7 +25,7 @@ Build dependencies: CMake, pkg-config, help2man, curses, openssl, Jansson,
$ git submodule update
$ mkdir build
$ cd build
$ cmake .. -DCMAKE_BUILD_TYPE=Debug -DWITH_LUA=NO
$ cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Debug -DWITH_LUA=NO
$ make
To install the application, you can do either the usual: