Skip to content
Snippets Groups Projects
Commit 10ab0cc3 authored by Raymond Toy's avatar Raymond Toy
Browse files

Install hevea so we can generate the HTML docs

parent 833fef6d
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@ linux-runner:
tags:
- linux
before_script:
- apt-get update -qq && apt-get install -y wget bzip2 make gcc gcc-multilib time bc git
- apt-get update -qq && apt-get install -y wget bzip2 make gcc gcc-multilib time bc git hevea
- wget -nv $download_url/cmucl-$version-linux.tar.bz2
- wget -nv $download_url/cmucl-$version-linux.extra.tar.bz2
- mkdir snapshot
......@@ -28,3 +28,4 @@ osx-runner:
- bin/build.sh -C "" -o snapshot/bin/lisp
- bin/make-dist.sh -I dist darwin-4
- bin/run-tests.sh -l dist/bin/lisp 2>&1 | tee test.log
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment