Skip to content

Commit

Permalink
Trying xenial, for updated ECL and CLISP
Browse files Browse the repository at this point in the history
  • Loading branch information
bendudson committed Mar 9, 2019
1 parent 34bc095 commit e3a3561
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
@@ -1,4 +1,5 @@
language: lisp
dist: xenial
sudo: required

git:
Expand All @@ -10,9 +11,9 @@ env:
#- LISP=allegro
- LISP=sbcl
- LISP=ccl
#- LISP=clisp
- LISP=clisp
- LISP=ecl
- LISP=cmucl
#- LISP=cmucl

addons:
apt:
Expand Down
9 changes: 5 additions & 4 deletions install.sh
Expand Up @@ -203,15 +203,16 @@ install_cmucl() {
# XXX: no CIM support for CMUCL
}

ECL_TARBALL_URL1="https://common-lisp.net/project/ecl/static/files/release/ecl-16.1.3.tgz"
ECL_TARBALL_URL1="http://common-lisp.net/~loliveira/tarballs/ecl-13.5.1-linux-amd64.tar.gz"
ECL_TARBALL_URL2="http://kerno.org/~luis/ci/ecl-13.5.1-linux-amd64.tar.gz"
ECL_TARBALL="ecl.tar.gz"

install_ecl() {
echo "Installing ECL..."
get "$ECL_TARBALL" "$ECL_TARBALL_URL1" "$ECL_TARBALL_URL2"
sudo tar -C / -xzf "$ECL_TARBALL"

#get "$ECL_TARBALL" "$ECL_TARBALL_URL1" "$ECL_TARBALL_URL2"
#sudo tar -C / -xzf "$ECL_TARBALL"
sudo apt-get install -y ecl

cim use ecl-system --default
}

Expand Down

0 comments on commit e3a3561

Please sign in to comment.