Raymond Toy pushed to branch rtoy-issue-76-add-ansi-tests-to-ci at cmucl / cmucl
Commits: c6a657d1 by Raymond Toy at 2020-08-28T20:34:04-07:00 Add test.out to artifacts
We want to save the output from running the ansi-tests so we can examine what happened.
- - - - -
1 changed file:
- .gitlab-ci.yml
Changes:
===================================== .gitlab-ci.yml ===================================== @@ -4,6 +4,9 @@ variables: bootstrap: ""
linux-runner: + artifacts: + paths: + - ansi-test/test.out tags: - linux before_script:
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/c6a657d1b586178407c6c1c7...