summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorClément DAVID <clement.david@esi-group.com>2021-04-13 15:06:04 +0200
committerClément DAVID <clement.david@esi-group.com>2022-02-21 10:01:27 +0100
commitce6c0c47f696662132d33eb2210c5731a986837b (patch)
tree90e10483ae78036dbca55a1cf95dd94e54a43aad /.github
parent5e85cf617a0fe32123ee12d2c73472ae0a720e64 (diff)
downloadswig-ce6c0c47f696662132d33eb2210c5731a986837b.tar.gz
Add Scilab 5.5.2 6.0.2 and 6.1.0 from upstream
This commit log Scilab version at ./configure to ease maintenance. It uses Scilab include next to the bin directory which will work for both system-wide install and binaries from scilab.org. SCILAB_VERSION is define as an automake variable for easier failure investigation. Note: the Ubuntu Scilab version is used when available, in the current CI config there is: * Scilab 5.5 from scilab.org * Scilab 6.0 from Ubuntu 18.04 * Scilab 6.1 from Ubuntu 20.04
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml14
1 files changed, 10 insertions, 4 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 1e8faff7d..f82483134 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -180,7 +180,10 @@ jobs:
VER: '3.0'
CPPSTD: c++11
- SWIGLANG: scilab
- os: ubuntu-18.04 # scilab-6.1 in ubuntu-20.04 not yet working
+ VER: '5.5.2'
+ - SWIGLANG: scilab
+ os: ubuntu-18.04 # scilab 6.0
+ - SWIGLANG: scilab
- SWIGLANG: tcl
# c++11 testing
- SWIGLANG: csharp
@@ -213,7 +216,9 @@ jobs:
CPPSTD: c++11
- SWIGLANG: scilab
CPPSTD: c++11
- os: ubuntu-18.04 # scilab-6.1 in ubuntu-20.04 not yet working
+ os: ubuntu-18.04 # scilab 6.0
+ - SWIGLANG: scilab
+ CPPSTD: c++11
- SWIGLANG: tcl
CPPSTD: c++11
# c++14 testing
@@ -249,7 +254,9 @@ jobs:
CPPSTD: c++14
- SWIGLANG: scilab
CPPSTD: c++14
- os: ubuntu-18.04 # scilab-6.1 in ubuntu-20.04 not yet working
+ os: ubuntu-18.04 # scilab 6.0
+ - SWIGLANG: scilab
+ CPPSTD: c++14
- SWIGLANG: tcl
CPPSTD: c++14
# c++17 testing (using gcc11)
@@ -298,7 +305,6 @@ jobs:
- SWIGLANG: scilab
CPPSTD: c++17
GCC: 11
- os: ubuntu-18.04 # scilab-6.1 in ubuntu-20.04 not yet working
- SWIGLANG: tcl
CPPSTD: c++17
GCC: 11