summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlly Betts <olly@survex.com>2022-02-02 08:29:09 +1300
committerOlly Betts <olly@survex.com>2022-02-02 08:29:09 +1300
commit49c82634cb08dc74375355656b6ecc9171018073 (patch)
tree053dc004d0ef9fb6c87a1602b7450c43a49f6e09
parentc3be2c81313c9989ab5052049a8ff6d069ce8ed1 (diff)
downloadswig-49c82634cb08dc74375355656b6ecc9171018073.tar.gz
List all opam compilers
-rw-r--r--Tools/CI-linux-install.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/Tools/CI-linux-install.sh b/Tools/CI-linux-install.sh
index ec709de33..9d47b9dc3 100644
--- a/Tools/CI-linux-install.sh
+++ b/Tools/CI-linux-install.sh
@@ -79,7 +79,8 @@ case "$SWIGLANG" in
$RETRY sudo apt-get -qq install ocaml camlp4 opam
opam init
opam --version
- opam switch list
+ eval `opam config env`
+ opam switch list --all
;;
"octave")
if [[ "$VER" ]]; then