summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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