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
16d76e22
Unverified
Commit
16d76e22
authored
Jul 27, 2021
by
Gabi Melman
Committed by
GitHub
Jul 27, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update .travis.yml
parent
536e583c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
1 deletion
+17
-1
.travis.yml
.travis.yml
+17
-1
No files found.
.travis.yml
View file @
16d76e22
...
...
@@ -50,6 +50,16 @@ addons: &clang10
sources
:
-
sourceline
:
"
deb
http://apt.llvm.org/bionic/
llvm-toolchain-bionic-10
main"
key_url
:
"
https://apt.llvm.org/llvm-snapshot.gpg.key"
addons
:
&clang12
apt
:
packages
:
-
clang-12
-
lldb-12
-
lld-12
sources
:
-
sourceline
:
"
deb
http://apt.llvm.org/bionic/
llvm-toolchain-bionic-12
main"
key_url
:
"
https://apt.llvm.org/llvm-snapshot.gpg.key"
matrix
:
...
...
@@ -89,8 +99,14 @@ matrix:
os
:
linux
dist
:
bionic
addons
:
*clang10
# Test clang-12.0: C++20, Build=Debug
-
env
:
CLANG_VERSION=11 BUILD_TYPE=Debug CPP=20 ASAN=Off
os
:
linux
dist
:
bionic
addons
:
*clang12
before_script
:
-
if [ -n "$GCC_VERSION" ]; then export CXX="g++-${GCC_VERSION}" CC="gcc-${GCC_VERSION}"; fi
...
...
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