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
139752e9320c382bb4d866d8c8e1fa5ba552f8ca
Authored by
Hayk Martirosyan
2016-06-13 23:26:22 -0700
1 parent
6021b267
verbose make for ci
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
make-ci.sh
make-ci.sh
View file @
139752e
...
...
@@ -24,6 +24,6 @@ cd ../..
24
24
25
25
# Make redox
26
26
cmake -Dexamples=ON -Dlib=ON -Dstatic_lib=ON -Dtests=ON ..
27
-time make
27
+time make
VERBOSE=1
28
28
./test_redox
29
29
cd ..
...
...