[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
|
|
@ -62,7 +62,7 @@ case "$SWIGLANG" in
|
|||
esac
|
||||
;;
|
||||
"guile")
|
||||
$RETRY sudo apt-get -qq install guile-2.0-dev
|
||||
$RETRY sudo apt-get -qq install guile-${VER:-2.0}-dev
|
||||
;;
|
||||
"lua")
|
||||
if [[ -z "$VER" ]]; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue