Add builds with other gcc versions and clang
Also remove a not really useful comment mentioning the variables already used in the matrix mixed up with those not used yet.
This commit is contained in:
parent
dbb85de9cd
commit
a6300299bf
1 changed files with 17 additions and 9 deletions
26
.github/workflows/ci.yml
vendored
26
.github/workflows/ci.yml
vendored
|
|
@ -24,16 +24,24 @@ jobs:
|
|||
|
||||
strategy:
|
||||
matrix:
|
||||
# other variables to optionally set
|
||||
# CC, GCC (used as suffix)
|
||||
# CPP11, CPP14, CPP17
|
||||
# CONFIGOPTS
|
||||
# SWIGLANG
|
||||
# PY3,VER
|
||||
# SWIG_FEATURES
|
||||
include:
|
||||
- CPP11: 1
|
||||
SWIGLANG: ""
|
||||
- SWIGLANG: ""
|
||||
desc: gcc
|
||||
- SWIGLANG: ""
|
||||
GCC: 7
|
||||
desc: gcc7
|
||||
- SWIGLANG: ""
|
||||
GCC: 8
|
||||
desc: gcc8
|
||||
- SWIGLANG: ""
|
||||
GCC: 9
|
||||
desc: gcc9
|
||||
- SWIGLANG: ""
|
||||
GCC: 10
|
||||
desc: gcc10
|
||||
- SWIGLANG: ""
|
||||
CC: clang
|
||||
desc: clang
|
||||
- CPP11: 1
|
||||
SWIGLANG: python
|
||||
- CPP11: 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue