Raymond Toy pushed to branch rtoy-ci-docs at cmucl / cmucl
Commits: be97164d by Raymond Toy at 2018-07-15T17:36:46-07:00 Build the HTML user manual
- - - - -
1 changed file:
- .gitlab-ci.yml
Changes:
===================================== .gitlab-ci.yml ===================================== --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -16,6 +16,7 @@ linux-runner: - bin/build.sh -C "" -o snapshot/bin/lisp - bin/make-dist.sh -I dist linux-4 - bin/run-tests.sh -l dist/bin/lisp 2>&1 | tee test.log + - (cd src/docs/cmu-user; make cmu-user.html)
osx-runner: tags:
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/commit/be97164d42971ecda7f3b5c9e3...