1
0
Fork 0
mirror of https://github.com/Neargye/magic_enum.git synced 2026-01-09 23:34:23 +00:00

update ci

This commit is contained in:
neargye 2020-11-11 17:32:27 +02:00
parent 8f1d0ba39f
commit 6e932ef66d

View file

@ -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: