[ci] enable gcc-6 support
This commit is contained in:
parent
511cc3aa11
commit
20e6450e55
|
@ -74,6 +74,9 @@ jobs:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
config:
|
config:
|
||||||
|
- name: "Build Compatibility: GCC-6 (Ubuntu 20.04)"
|
||||||
|
cc: gcc-6
|
||||||
|
cxx: g++-6
|
||||||
- name: "Build Compatibility: GCC-7 (Ubuntu 20.04)"
|
- name: "Build Compatibility: GCC-7 (Ubuntu 20.04)"
|
||||||
cc: gcc-7
|
cc: gcc-7
|
||||||
cxx: g++-7
|
cxx: g++-7
|
||||||
|
|
|
@ -64,13 +64,16 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
compiler:
|
compiler:
|
||||||
- gcc-5
|
|
||||||
- gcc-6
|
- gcc-6
|
||||||
- gcc-7
|
- gcc-7
|
||||||
- gcc-8
|
- gcc-8
|
||||||
- gcc-9
|
- gcc-9
|
||||||
|
- gcc-10
|
||||||
|
- gcc-11
|
||||||
- clang-6.0
|
- clang-6.0
|
||||||
|
- clang-7
|
||||||
- clang-8
|
- clang-8
|
||||||
|
- clang-10
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
Loading…
Reference in New Issue