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 Travis build script
tags/json-c-0.13-20171207
James Myatt
10 years ago
parent
17e11e2c92
commit
f786feac0a
1 changed files
with
24 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+24
-0
.travis.yml
+ 24
- 0
.travis.yml
View File
@@ -0,0 +1,24 @@
language: cpp
compiler:
- gcc
os:
- linux
before_install:
- echo $LANG
- echo $LC_ALL
install:
- sh autogen.sh
before_script:
- ./configure
script:
- make
- make install
after_success:
- make check
Write
Preview
Loading…
Cancel
Save