Peter M. Groen
/
redox
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
6c15f81141d9ab510735820b857ac90597f29543
Authored by
Hayk Martirosyan
2016-06-13 22:41:19 -0700
1 parent
d10a41dd
build examples and tests for travis
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
make-ci.sh
make-ci.sh
View file @
6c15f81
...
...
@@ -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 ..
...
...