Raymond Toy pushed to branch rtoy-refactor-ci-config at cmucl / cmucl
Commits:
-
86e84ae7
by Raymond Toy at 2020-09-05T10:52:45-07:00
1 changed file:
Changes:
... | ... | @@ -32,13 +32,15 @@ linux:build: |
32 | 32 |
stage: build
|
33 | 33 |
tags:
|
34 | 34 |
- linux
|
35 |
+ artifacts:
|
|
36 |
+ paths:
|
|
37 |
+ - dist/
|
|
35 | 38 |
needs:
|
36 | 39 |
- job: linux:install
|
37 | 40 |
artifacts: true
|
38 | 41 |
script:
|
39 | 42 |
- bin/build.sh $bootstrap -R -C "" -o snapshot/bin/lisp
|
40 | 43 |
- bin/make-dist.sh -I dist linux-4
|
41 |
- - bin/run-tests.sh -l dist/bin/lisp 2>&1 | tee test.log
|
|
42 | 44 |
|
43 | 45 |
linux:test:
|
44 | 46 |
stage: test
|
... | ... | @@ -48,6 +50,7 @@ linux:test: |
48 | 50 |
paths:
|
49 | 51 |
- ansi-test/test.out
|
50 | 52 |
script:
|
53 |
+ - bin/run-tests.sh -l dist/bin/lisp 2>&1 | tee test.log
|
|
51 | 54 |
- cd ansi-test
|
52 | 55 |
- make LISP="../dist/bin/lisp -batch -noinit -nositeinit"
|
53 | 56 |
- grep 'No unexpected \(successes\|failures\)' test.out
|
... | ... | @@ -85,6 +88,9 @@ osx:build: |
85 | 88 |
stage: build
|
86 | 89 |
tags:
|
87 | 90 |
- osx
|
91 |
+ artifacts:
|
|
92 |
+ paths:
|
|
93 |
+ - dist/
|
|
88 | 94 |
needs:
|
89 | 95 |
- job: osx:install
|
90 | 96 |
artifacts: true
|