Raymond Toy pushed to branch rtoy-refactor-ci-config at cmucl / cmucl Commits: ae2b154c by Raymond Toy at 2020-09-05T12:52:36-07:00 Add test.log to artifacts Save the test.log from running our testsuite to the artifacts - - - - - 1 changed file: - .gitlab-ci.yml Changes: ===================================== .gitlab-ci.yml ===================================== @@ -49,6 +49,7 @@ linux:test: artifacts: paths: - ansi-test/test.out + - test.log needs: # Needs artifacts from install (ansi-test/) and build (dist/) - job: linux:install @@ -115,6 +116,7 @@ osx:test: artifacts: paths: - ansi-test/test.out + - test.log needs: # Needs artifacts from install (ansi-test/) and build (dist/) - job: osx:install View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/ae2b154cdeac9b09541e6925... -- View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/ae2b154cdeac9b09541e6925... You're receiving this email because of your account on gitlab.common-lisp.net.
participants (1)
-
Raymond Toy