Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
spdlog
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Libraries
spdlog
Commits
82823e50
Commit
82823e50
authored
Apr 17, 2020
by
gabime
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Another shot at travis clang-10
parent
394f79e9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
0 deletions
+20
-0
.travis.yml
.travis.yml
+20
-0
No files found.
.travis.yml
View file @
82823e50
...
...
@@ -31,6 +31,16 @@ addons: &clang35
-
llvm-toolchain-precise-3.5
addons
:
&clang10
apt
:
packages
:
-
clang-10
-
lldb-10
-
lld-10
sources
:
-
sourceline
:
"
deb
http://apt.llvm.org/bionic/
llvm-toolchain-bionic-10
main"
-
key_url
:
"
https://apt.llvm.org/llvm-snapshot.gpg.key"
matrix
:
include
:
...
...
@@ -60,6 +70,16 @@ matrix:
-
env
:
BUILD_TYPE=Release CPP=11 ASAN=Off TSAN=Off
os
:
osx
# Test clang-10.0: C++11, Build=Debug/Release
-
env
:
CLANG_VERSION=10.0 BUILD_TYPE=Debug CPP=11
os
:
linux
dist
:
bionic
addons
:
*clang10
-
env
:
CLANG_VERSION=10.0 BUILD_TYPE=Release CPP=11
os
:
linux
dist
:
bionic
addons
:
*clang10
before_script
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment