Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
cmucl
cmucl
Commits
42e0a041
Commit
42e0a041
authored
Sep 04, 2020
by
Raymond Toy
Browse files
Run benchmarks on OSX
* Remove some debugging script lines * Copy the linux script to run on osx
parent
5551b146
Pipeline
#1806
passed with stage
in 15 minutes and 28 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
42e0a041
...
@@ -25,8 +25,6 @@ linux-runner:
...
@@ -25,8 +25,6 @@ linux-runner:
-
make LISP="../dist/bin/lisp -batch -noinit -nositeinit"
-
make LISP="../dist/bin/lisp -batch -noinit -nositeinit"
-
grep 'No unexpected \(successes\|failures\)' test.out
-
grep 'No unexpected \(successes\|failures\)' test.out
-
cd ../benchmarks/cl-bench
-
cd ../benchmarks/cl-bench
-
echo $PWD
-
ls
-
mkdir tmp
-
mkdir tmp
-
CMUCL=../../snapshot/bin/lisp ./run-cmucl.sh
-
CMUCL=../../snapshot/bin/lisp ./run-cmucl.sh
-
CMUCL=../../dist/bin/lisp ./run-cmucl.sh
-
CMUCL=../../dist/bin/lisp ./run-cmucl.sh
...
@@ -51,3 +49,8 @@ osx-runner:
...
@@ -51,3 +49,8 @@ osx-runner:
-
cd ansi-test
-
cd ansi-test
-
make LISP="../dist/bin/lisp -batch -noinit -nositeinit"
-
make LISP="../dist/bin/lisp -batch -noinit -nositeinit"
-
grep 'No unexpected \(successes\|failures\)' test.out
-
grep 'No unexpected \(successes\|failures\)' test.out
-
cd ../benchmarks/cl-bench
-
mkdir tmp
-
CMUCL=../../snapshot/bin/lisp ./run-cmucl.sh
-
CMUCL=../../dist/bin/lisp ./run-cmucl.sh
-
../../snapshot/bin/lisp -load report
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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