mirror of https://github.com/YosysHQ/yosys.git
Prune Linux CI builds
This commit is contained in:
parent
eb8c61f033
commit
5e7ea57d8e
|
@ -11,9 +11,7 @@ jobs:
|
||||||
- { id: ubuntu-20.04, name: focal }
|
- { id: ubuntu-20.04, name: focal }
|
||||||
compiler:
|
compiler:
|
||||||
- 'clang-12'
|
- 'clang-12'
|
||||||
- 'clang-11'
|
|
||||||
- 'gcc-11'
|
- 'gcc-11'
|
||||||
- 'gcc-10'
|
|
||||||
cpp_std:
|
cpp_std:
|
||||||
- 'c++11'
|
- 'c++11'
|
||||||
- 'c++14'
|
- 'c++14'
|
||||||
|
@ -21,6 +19,12 @@ jobs:
|
||||||
- 'c++20'
|
- 'c++20'
|
||||||
include:
|
include:
|
||||||
# Limit the older compilers to C++11 mode
|
# Limit the older compilers to C++11 mode
|
||||||
|
- os: { id: ubuntu-20.04, name: focal }
|
||||||
|
compiler: 'clang-11'
|
||||||
|
cpp_std: 'c++11'
|
||||||
|
- os: { id: ubuntu-20.04, name: focal }
|
||||||
|
compiler: 'gcc-10'
|
||||||
|
cpp_std: 'c++11'
|
||||||
- os: { id: ubuntu-18.04, name: bionic }
|
- os: { id: ubuntu-18.04, name: bionic }
|
||||||
compiler: 'clang-3.9'
|
compiler: 'clang-3.9'
|
||||||
cpp_std: 'c++11'
|
cpp_std: 'c++11'
|
||||||
|
|
Loading…
Reference in New Issue