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
d29f3b002f5c68e40cebfcc1334078a30a4c733d
Authored by
Hayk Martirosyan
2016-06-13 23:50:48 -0700
1 parent
6a3e6a86
travis debugging
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
make-ci.sh
make-ci.sh
View file @
d29f3b0
...
...
@@ -26,5 +26,7 @@ sudo cp -r googletest/googletest/include/gtest /usr/local/include
26
26
# Make redox
27
27
cmake -Dexamples=ON -Dlib=ON -Dstatic_lib=ON -Dtests=ON ..
28
28
time make VERBOSE=1
29
+ldd ./test_redox
30
+ls -al /usr/local/lib
29
31
./test_redox
30
32
cd ..
...
...