Raymond Toy pushed to branch rtoy-refactor-ci-config at cmucl / cmucl
Commits:
-
95678947
by Raymond Toy at 2020-09-05T11:41:11-07:00
1 changed file:
Changes:
| ... | ... | @@ -73,7 +73,7 @@ linux:benchmark: |
| 73 | 73 |
artifacts: true
|
| 74 | 74 |
- job: linux:build
|
| 75 | 75 |
script:
|
| 76 |
- - cd ../benchmarks/cl-bench
|
|
| 76 |
+ - cd benchmarks/cl-bench
|
|
| 77 | 77 |
- mkdir tmp
|
| 78 | 78 |
- CMUCL=../../snapshot/bin/lisp ./run-cmucl.sh
|
| 79 | 79 |
- CMUCL=../../dist/bin/lisp ./run-cmucl.sh
|
| ... | ... | @@ -127,7 +127,7 @@ osx:test: |
| 127 | 127 |
- grep 'No unexpected \(successes\|failures\)' test.out
|
| 128 | 128 |
|
| 129 | 129 |
osx:benchmark:
|
| 130 |
- stage: test
|
|
| 130 |
+ stage: benchmark
|
|
| 131 | 131 |
tags:
|
| 132 | 132 |
- osx
|
| 133 | 133 |
artifacts:
|
| ... | ... | @@ -139,7 +139,7 @@ osx:benchmark: |
| 139 | 139 |
artifacts: true
|
| 140 | 140 |
- job: osx:build
|
| 141 | 141 |
script:
|
| 142 |
- - cd ../benchmarks/cl-bench
|
|
| 142 |
+ - cd benchmarks/cl-bench
|
|
| 143 | 143 |
- mkdir tmp
|
| 144 | 144 |
- CMUCL=../../snapshot/bin/lisp ./run-cmucl.sh
|
| 145 | 145 |
- CMUCL=../../dist/bin/lisp ./run-cmucl.sh
|