This website works better with JavaScript.
Home
Explore
帮助
返回水杉在线
登录水杉在线
登录水杉码园
building_data_management_systems.Xuanzhou.2024Fall.DaSE
/
LevelDB_TTL_
Watch
23
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Fix Travis CI build.
PiperOrigin-RevId: 309138195
main
Victor Costan
4 years ago
parent
5c6dd75897
commit
23b6337f69
1 changed files
with
7 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+7
-1
.travis.yml
+ 7
- 1
.travis.yml
View File
@ -4,7 +4,7 @@
language
:
cpp
dist
:
bionic
osx_image
:
xcode1
0
.3
osx_image
:
xcode1
1
.3
compiler:
-
gcc
@ -17,6 +17,12 @@ env:
-
BUILD_TYPE=Debug
-
BUILD_TYPE=RelWithDebInfo
jobs:
allow_failures:
# Homebrew's GCC is currently broken on XCode 11.
-
compiler
:
gcc
os
:
osx
addons:
apt:
sources:
Write
Preview
Loading…
Cancel
Save