summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2021-11-15 23:00:28 +0000
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2021-11-15 23:03:02 +0000
commit2582e3fc7535060926443fa60c39017ed42486d6 (patch)
tree1e794a1f7102fffe658d8f0bd5c93b8c404e3052
parent63733a3b5cb435b5dbf456245e012d5f0e60a767 (diff)
downloadswig-2582e3fc7535060926443fa60c39017ed42486d6.tar.gz
GHA: Add in Scilab testing
-rw-r--r--.github/workflows/ci.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 8a269f22f..9c1e81b51 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -155,6 +155,7 @@ jobs:
- SWIGLANG: ruby
VER: '3.0'
CPPSTD: c++11
+ - SWIGLANG: scilab
- SWIGLANG: tcl
# c++11 testing
- SWIGLANG: csharp
@@ -187,6 +188,8 @@ jobs:
CPPSTD: c++11
- SWIGLANG: ruby
CPPSTD: c++11
+ - SWIGLANG: scilab
+ CPPSTD: c++11
- SWIGLANG: tcl
CPPSTD: c++11
# c++14 testing
@@ -220,6 +223,8 @@ jobs:
CPPSTD: c++14
- SWIGLANG: ruby
CPPSTD: c++14
+ - SWIGLANG: scilab
+ CPPSTD: c++14
- SWIGLANG: tcl
CPPSTD: c++14
# c++17 testing (using gcc11)
@@ -265,6 +270,9 @@ jobs:
- SWIGLANG: ruby
CPPSTD: c++17
GCC: 11
+ - SWIGLANG: scilab
+ CPPSTD: c++17
+ GCC: 11
- SWIGLANG: tcl
CPPSTD: c++17
GCC: 11