summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2022-02-26 21:09:15 +0000
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2022-02-26 21:09:30 +0000
commit622fa2818b65d06a6ed700156952b34437511efe (patch)
tree8ae88d1f8961bed4f14c26e2b869db790aa5a9fb /.github
parent9525d75533b4cfb1e652b4ee7dd30ca5e0b25aab (diff)
downloadswig-622fa2818b65d06a6ed700156952b34437511efe.tar.gz
GHA: normalize amount of Scilab testing
We limit target language to one version for c++11 and c++14 testing
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml6
1 files changed, 0 insertions, 6 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index f82483134..bd83c3f64 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -216,9 +216,6 @@ jobs:
CPPSTD: c++11
- SWIGLANG: scilab
CPPSTD: c++11
- os: ubuntu-18.04 # scilab 6.0
- - SWIGLANG: scilab
- CPPSTD: c++11
- SWIGLANG: tcl
CPPSTD: c++11
# c++14 testing
@@ -254,9 +251,6 @@ jobs:
CPPSTD: c++14
- SWIGLANG: scilab
CPPSTD: c++14
- os: ubuntu-18.04 # scilab 6.0
- - SWIGLANG: scilab
- CPPSTD: c++14
- SWIGLANG: tcl
CPPSTD: c++14
# c++17 testing (using gcc11)