This website works better with JavaScript.
Home
Explore
帮助
返回水杉在线
登录水杉在线
登录水杉码园
building_data_management_systems.Xuanzhou.2024Fall.DaSE
/
LevelDB-course-Lab
Watch
23
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Merge pull request
#328
from cmumford/master
Added a Travis CI build file.
main
Chris Mumford
8 years ago
parent
dac40d25f6
9fcae61641
commit
43fcf23af0
1 changed files
with
13 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+13
-0
.travis.yml
+ 13
- 0
.travis.yml
View File
@ -0,0 +1,13 @@
language
:
cpp
compiler:
-
clang
-
gcc
os:
-
linux
-
osx
sudo
:
false
before_install:
-
echo $LANG
-
echo $LC_ALL
script:
-
make -j 4 check
Write
Preview
Loading…
Cancel
Save