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
1 changed file:
Changes:
| ... | ... | @@ -27,8 +27,8 @@ linux-runner: |
| 27 | 27 |
- cd ../benchmarks/cl-bench
|
| 28 | 28 |
- echo $PWD
|
| 29 | 29 |
- ls
|
| 30 |
- - CMUCL=../../snapshot/bin/lisp run-cmucl.sh
|
|
| 31 |
- - CMUCL=../../dist/bin/lisp run-cmucl.sh
|
|
| 30 |
+ - CMUCL=../../snapshot/bin/lisp ./run-cmucl.sh
|
|
| 31 |
+ - CMUCL=../../dist/bin/lisp ./run-cmucl.sh
|
|
| 32 | 32 |
- ../../snapshot/bin/lisp -load report
|
| 33 | 33 |
|
| 34 | 34 |
osx-runner:
|