[Git][cmucl/cmucl][rtoy-issue-87-add-cl-bench] Add dir prefix to run run-cmucl.sh
Raymond Toy
gitlab at common-lisp.net
Fri Sep 4 21:10:32 UTC 2020
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/a7b237ae755f8e825b75355568cb6c553b4f18f3
--
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/a7b237ae755f8e825b75355568cb6c553b4f18f3
You're receiving this email because of your account on gitlab.common-lisp.net.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/cmucl-cvs/attachments/20200904/3058ddcd/attachment-0001.htm>
More information about the cmucl-cvs
mailing list