Raymond Toy pushed to branch rtoy-issue-87-add-cl-bench at cmucl / cmucl
Commits: a7b237ae by Raymond Toy at 2020-09-04T14:10:18-07:00 Add dir prefix to run run-cmucl.sh
Use ./run-cmucl.sh instead of run-cmucl.sh since . is probably not in $PATH.
- - - - -
1 changed file:
- .gitlab-ci.yml
Changes:
===================================== .gitlab-ci.yml ===================================== @@ -27,8 +27,8 @@ linux-runner: - cd ../benchmarks/cl-bench - echo $PWD - ls - - CMUCL=../../snapshot/bin/lisp run-cmucl.sh - - CMUCL=../../dist/bin/lisp run-cmucl.sh + - CMUCL=../../snapshot/bin/lisp ./run-cmucl.sh + - CMUCL=../../dist/bin/lisp ./run-cmucl.sh - ../../snapshot/bin/lisp -load report
osx-runner:
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/a7b237ae755f8e825b753555...