[ci] Add testing for guile 2.2 and 3.0
This commit is contained in:
parent
2ccc9bd060
commit
239ffe4b5b
2 changed files with 5 additions and 1 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
|
@ -67,6 +67,10 @@ jobs:
|
||||||
- SWIGLANG: go
|
- SWIGLANG: go
|
||||||
VER: '1.17'
|
VER: '1.17'
|
||||||
- SWIGLANG: guile
|
- SWIGLANG: guile
|
||||||
|
- SWIGLANG: guile
|
||||||
|
VER: '2.2'
|
||||||
|
- SWIGLANG: guile
|
||||||
|
VER: '3.0'
|
||||||
- SWIGLANG: java
|
- SWIGLANG: java
|
||||||
- SWIGLANG: javascript
|
- SWIGLANG: javascript
|
||||||
ENGINE: node
|
ENGINE: node
|
||||||
|
|
|
||||||
|
|
@ -62,7 +62,7 @@ case "$SWIGLANG" in
|
||||||
esac
|
esac
|
||||||
;;
|
;;
|
||||||
"guile")
|
"guile")
|
||||||
$RETRY sudo apt-get -qq install guile-2.0-dev
|
$RETRY sudo apt-get -qq install guile-${VER:-2.0}-dev
|
||||||
;;
|
;;
|
||||||
"lua")
|
"lua")
|
||||||
if [[ -z "$VER" ]]; then
|
if [[ -z "$VER" ]]; then
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue