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
add xenial default clang with CHECK enabled
tags/json-c-0.14-20200419
andy5995
6 years ago
parent
4f69529a04
commit
509600a7f7
No known key found for this signature in database
GPG Key ID:
6BFEC9B82603CAF
1 changed files
with
12 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+12
-1
.travis.yml
+ 12
- 1
.travis.yml
View File
@@ -53,8 +53,19 @@ matrix:
- clang-6.0
env: MATRIX_EVAL="CC=clang-6.0 && CXX=clang++-6.0"
# clang-7 is the default on xenial and bionic
- os: linux
dist: xenial
compiler: clang
addons:
apt:
packages:
- valgrind
- cppcheck
- doxygen
env: CHECK="true"
# bionic
# The default clang on bionic is clang 7.0
- os: linux
dist: bionic
compiler: clang
Write
Preview
Loading…
Cancel
Save