This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
nihui
/
ncnn
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
46
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
Update .travis.yml
tags/20181228
nihui
GitHub
7 years ago
parent
eee2e573fe
commit
11113c7aaa
No known key found for this signature in database
GPG Key ID:
4AEE18F83AFDEB23
1 changed files
with
1 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-4
.travis.yml
+ 1
- 4
.travis.yml
View File
@@ -22,11 +22,8 @@ install:
- pushd protobuf-3.5.1 && ./autogen.sh && ./configure --prefix=/usr && make -j2 && sudo make install && sudo ldconfig && popd
script:
- mkdir build
- pushd build
- cmake -DCOVERAGE=1 ..
- cmake -DCOVERAGE=1 .
- make -j2
- popd
after_success:
- coveralls --root . -E ".*build.*" -E ".*protobuf.*"
Write
Preview
Loading…
Cancel
Save