Raymond Toy pushed to branch rtoy-issue-76-add-ansi-tests-to-ci at cmucl / cmucl
Commits: cb5e2e87 by Raymond Toy at 2020-08-29T07:10:32-07:00 Add artifacts for osx runner
Based on linux artifacts, which is working.
- - - - -
1 changed file:
- .gitlab-ci.yml
Changes:
===================================== .gitlab-ci.yml ===================================== @@ -25,6 +25,9 @@ linux-runner: - grep 'No unexpected (successes|failures)' test.out
osx-runner: + artifacts: + paths: + - ansi-test/test.out tags: - osx before_script:
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/cb5e2e871e81e2b802c8da11...