Raymond Toy pushed to branch rtoy-issue-87-add-cl-bench at cmucl / cmucl
Commits: ea0601c0 by Raymond Toy at 2020-09-04T15:05:41-07:00 Add benchmark path to artifacts
Forgot to copy the artifacts path from linux to mac so that we save the benchmark results.
- - - - -
1 changed file:
- .gitlab-ci.yml
Changes:
===================================== .gitlab-ci.yml ===================================== @@ -34,6 +34,7 @@ osx-runner: artifacts: paths: - ansi-test/test.out + - benchmarks/cl-bench/results tags: - osx before_script:
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/ea0601c06181f3929bdec8d8...