Raymond Toy pushed to branch master at cmucl / cmucl
Commits:
-
73d6de93
by Raymond Toy at 2021-04-10T11:03:40-07:00
-
8e4a873c
by Raymond Toy at 2021-04-10T21:24:37+00:00
1 changed file:
Changes:
... | ... | @@ -33,6 +33,9 @@ linux:build: |
33 | 33 |
artifacts:
|
34 | 34 |
paths:
|
35 | 35 |
- dist/
|
36 |
+ - linux-2/*.log
|
|
37 |
+ - linux-3/*.log
|
|
38 |
+ - linux-4/*.log
|
|
36 | 39 |
needs:
|
37 | 40 |
- job: linux:install
|
38 | 41 |
artifacts: true
|
... | ... | @@ -117,6 +120,9 @@ osx:build: |
117 | 120 |
artifacts:
|
118 | 121 |
paths:
|
119 | 122 |
- dist/
|
123 |
+ - darwin-2/*.log
|
|
124 |
+ - darwin-3/*.log
|
|
125 |
+ - darwin-4/*.log
|
|
120 | 126 |
needs:
|
121 | 127 |
- job: osx:install
|
122 | 128 |
artifacts: true
|