Raymond Toy pushed to branch rtoy-issue-87-add-cl-bench at cmucl / cmucl Commits: 0dea3bcf by Raymond Toy at 2020-09-04T12:17:52-07:00 Add some debug Figure out why run-cmucl.sh doesn't exist, preventing us from running the benchmarks. - - - - - 1 changed file: - .gitlab-ci.yml Changes: ===================================== .gitlab-ci.yml ===================================== @@ -25,6 +25,8 @@ linux-runner: - make LISP="../dist/bin/lisp -batch -noinit -nositeinit" - grep 'No unexpected \(successes\|failures\)' test.out - cd ../benchmarks/cl-bench + - echo $PWD + - ls - CMUCL=../../snapshot/bin/lisp run-cmucl.sh - CMUCL=../../dist/bin/lisp run-cmucl.sh - ../../snapshot/bin/lisp -load report View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/0dea3bcfd2bdc218d3fbee6a... -- View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/0dea3bcfd2bdc218d3fbee6a... You're receiving this email because of your account on gitlab.common-lisp.net.
participants (1)
-
Raymond Toy