Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
cmucl
cmucl
Commits
a7b237ae
Commit
a7b237ae
authored
Sep 04, 2020
by
Raymond Toy
Browse files
Add dir prefix to run run-cmucl.sh
Use ./run-cmucl.sh instead of run-cmucl.sh since . is probably not in $PATH.
parent
0dea3bcf
Pipeline
#1804
passed with stage
in 11 minutes and 17 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
a7b237ae
...
...
@@ -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
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment