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:
Vadim Zeitlin 2021-09-30 17:56:02 +02:00
commit a6300299bf

View file

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