This website works better with JavaScript.
Home
Explore
Help
Sign In
visus
/
scope-guard
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Clang 5.0 build (re-)added (
#90
).
main
offa
8 years ago
parent
7fc1164b2c
commit
0be9cb37fa
1 changed files
with
9 additions
and
0 deletions
Split View
Show Diff Stats
+9
-0
.travis.yml
+ 9
- 0
.travis.yml
View File
@@ -21,6 +21,15 @@ matrix:
- g++-7
sources: &sources
- ubuntu-toolchain-r-test
- llvm-toolchain-trusty
- llvm-toolchain-trusty-5.0
- env: CXX=clang++-5.0 CC=clang-5.0
addons:
apt:
packages:
- clang-5.0
- libc++-dev
sources: *sources
install:
Write
Preview
Loading…
Cancel
Save