This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
Register
Sign In
jdk-build-libs
/
json-c
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
11
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
show the logs if tests fail
tags/json-c-0.14-20200419
andy5995
6 years ago
parent
50e7fff0f3
commit
57e79e1d0b
1 changed files
with
3 additions
and
4 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-4
.travis.yml
+ 3
- 4
.travis.yml
View File
@@ -29,10 +29,9 @@ script:
- make
- make
after_success:
after_success:
- make check
- result=$?
- if type cppcheck &> /dev/null ; then cppcheck --error-exitcode=1 --quiet *.h *.c tests/ ; fi
- make check ; result=$?
- if [ $result != 0 ]; then
- if [ $result != 0 ]; then
cat tests/*.log;
cat tests/*.log;
exit $result;
fi
fi
- if type cppcheck &> /dev/null ; then cppcheck --error-exitcode=1 --quiet *.h *.c tests/ ; fi
- exit $result
Write
Preview
Loading…
Cancel
Save