Commit 139752e9320c382bb4d866d8c8e1fa5ba552f8ca

Authored by Hayk Martirosyan
1 parent 6021b267

verbose make for ci

Showing 1 changed file with 1 additions and 1 deletions
make-ci.sh
@@ -24,6 +24,6 @@ cd ../.. @@ -24,6 +24,6 @@ cd ../..
24 24
25 # Make redox 25 # Make redox
26 cmake -Dexamples=ON -Dlib=ON -Dstatic_lib=ON -Dtests=ON .. 26 cmake -Dexamples=ON -Dlib=ON -Dstatic_lib=ON -Dtests=ON ..
27 -time make 27 +time make VERBOSE=1
28 ./test_redox 28 ./test_redox
29 cd .. 29 cd ..