Raymond Toy pushed to branch rtoy-refactor-ci-config at cmucl / cmucl
Commits:
-
ae2b154c
by Raymond Toy at 2020-09-05T12:52:36-07:00
1 changed file:
Changes:
| ... | ... | @@ -49,6 +49,7 @@ linux:test: |
| 49 | 49 |
artifacts:
|
| 50 | 50 |
paths:
|
| 51 | 51 |
- ansi-test/test.out
|
| 52 |
+ - test.log
|
|
| 52 | 53 |
needs:
|
| 53 | 54 |
# Needs artifacts from install (ansi-test/) and build (dist/)
|
| 54 | 55 |
- job: linux:install
|
| ... | ... | @@ -115,6 +116,7 @@ osx:test: |
| 115 | 116 |
artifacts:
|
| 116 | 117 |
paths:
|
| 117 | 118 |
- ansi-test/test.out
|
| 119 |
+ - test.log
|
|
| 118 | 120 |
needs:
|
| 119 | 121 |
# Needs artifacts from install (ansi-test/) and build (dist/)
|
| 120 | 122 |
- job: osx:install
|