+6
-2
@@ -163,9 +163,13 @@ jobs:
|
||||
&& \
|
||||
tail -n 50 cmake.log \
|
||||
&& \
|
||||
make all \
|
||||
make all &> compil.log \
|
||||
&& \
|
||||
make test \
|
||||
tail -n 50 compil.log \
|
||||
&& \
|
||||
make test &> test.log \
|
||||
&& \
|
||||
tail -n 50 test.log \
|
||||
&& \
|
||||
make coveralls &> coveralls.log \
|
||||
&& \
|
||||
|
||||
Reference in New Issue
Block a user