Commit 6c15f81141d9ab510735820b857ac90597f29543

Authored by Hayk Martirosyan
1 parent d10a41dd

build examples and tests for travis

Showing 1 changed file with 2 additions and 1 deletions
make-ci.sh
... ... @@ -3,6 +3,7 @@ set -e
3 3 sudo apt-get install -y libhiredis-dev libev-dev
4 4 mkdir -p build
5 5 cd build
6   -cmake ..
  6 +cmake -Dexamples=ON -Dlib=ON -Dstatic_lib=ON -Dtests=ON ..
7 7 time make
  8 +./test_redox
8 9 cd ..
... ...