This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
论坛
实训
竞赛
大数据
AI开发
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
.travis.yml:install valgrind
(
#498
)
tags/json-c-0.14-20200419
andy5995
6 years ago
parent
c8e1b59ae5
commit
50e7fff0f3
1 changed files
with
6 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+6
-0
.travis.yml
+ 6
- 0
.travis.yml
View File
@@ -8,6 +8,7 @@ addons:
apt:
packages:
- cppcheck
- valgrind
os:
- linux
@@ -29,4 +30,9 @@ script:
after_success:
- make check
- result=$?
- if type cppcheck &> /dev/null ; then cppcheck --error-exitcode=1 --quiet *.h *.c tests/ ; fi
- if [ $result != 0 ]; then
cat tests/*.log;
exit $result;
fi
Write
Preview
Loading…
Cancel
Save