mirror of
https://github.com/Neargye/magic_enum.git
synced 2026-01-10 23:44:29 +00:00
update ci
This commit is contained in:
parent
8f1d0ba39f
commit
6e932ef66d
1 changed files with 12 additions and 3 deletions
15
.travis.yml
15
.travis.yml
|
|
@ -1,10 +1,8 @@
|
|||
os: linux # Use linux unless specified otherwise.
|
||||
dist: bionic
|
||||
sudo: required
|
||||
|
||||
language: cpp
|
||||
|
||||
matrix:
|
||||
jobs:
|
||||
include:
|
||||
- os: linux
|
||||
compiler: g++
|
||||
|
|
@ -20,6 +18,17 @@ matrix:
|
|||
env:
|
||||
- CXX_COMPILER=g++-9 CC_COMPILER=gcc-9
|
||||
|
||||
- os: linux
|
||||
compiler: g++
|
||||
addons:
|
||||
apt:
|
||||
sources:
|
||||
- ubuntu-toolchain-r-test
|
||||
packages:
|
||||
- g++-10
|
||||
env:
|
||||
- CXX_COMPILER=g++-10 CC_COMPILER=gcc-10
|
||||
|
||||
- os: linux
|
||||
compiler: clang++
|
||||
addons:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue