mirror of
https://github.com/Llewellynvdm/conky.git
synced 2024-11-17 02:25:09 +00:00
Take 2.
This commit is contained in:
parent
2c99ccfbe0
commit
dc790bc093
26
.github/workflows/build-and-test-linux.yaml
vendored
26
.github/workflows/build-and-test-linux.yaml
vendored
@ -12,6 +12,7 @@ jobs:
|
||||
- clang
|
||||
- gcc
|
||||
compiler_version:
|
||||
- 9
|
||||
- 10
|
||||
- 11
|
||||
- 12
|
||||
@ -19,18 +20,35 @@ jobs:
|
||||
- 14
|
||||
- 15
|
||||
exclude:
|
||||
- compiler: gcc
|
||||
compiler_version: 12
|
||||
- compiler: gcc
|
||||
compiler_version: 13
|
||||
- compiler: gcc
|
||||
compiler_version: 14
|
||||
- compiler: gcc
|
||||
compiler_version: 15
|
||||
- compiler: clang
|
||||
compiler_version: 10
|
||||
- compiler: clang
|
||||
- os: ubuntu-20.04
|
||||
compiler: gcc
|
||||
compiler_version: 11
|
||||
- compiler: clang
|
||||
- os: ubuntu-22.04
|
||||
compiler: clang
|
||||
compiler_version: 10
|
||||
- os: ubuntu-22.04
|
||||
compiler: clang
|
||||
compiler_version: 11
|
||||
- os: ubuntu-22.04
|
||||
compiler: clang
|
||||
compiler_version: 12
|
||||
- os: ubuntu-20.04
|
||||
compiler: clang
|
||||
compiler_version: 13
|
||||
- os: ubuntu-20.04
|
||||
compiler: clang
|
||||
compiler_version: 14
|
||||
- os: ubuntu-20.04
|
||||
compiler: clang
|
||||
compiler_version: 15
|
||||
runs-on: ${{ matrix.os }}
|
||||
steps:
|
||||
- run: sudo apt-get -qq update
|
||||
|
Loading…
Reference in New Issue
Block a user