Commit d29f3b002f5c68e40cebfcc1334078a30a4c733d

Authored by Hayk Martirosyan
1 parent 6a3e6a86

travis debugging

Showing 1 changed file with 2 additions and 0 deletions
make-ci.sh
... ... @@ -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 ..
... ...