Raymond Toy pushed to branch master at cmucl / cmucl
Commits:
-
f993ea43
by Raymond Toy at 2021-01-06T17:11:03-08:00
-
fdeafbc6
by Raymond Toy at 2021-01-07T05:36:53+00:00
1 changed file:
Changes:
... | ... | @@ -57,7 +57,7 @@ linux:test: |
57 | 57 |
- job: linux:build
|
58 | 58 |
artifacts: true
|
59 | 59 |
before_script:
|
60 |
- - git clone https://gitlab.common-lisp.net/ansi-test/ansi-test.git
|
|
60 |
+ - git clone https://gitlab.common-lisp.net/cmucl/ansi-test.git
|
|
61 | 61 |
- (cd ansi-test; git checkout rtoy-cmucl-expected-failures)
|
62 | 62 |
script:
|
63 | 63 |
- bin/run-tests.sh -l dist/bin/lisp 2>&1 | tee test.log
|
... | ... | @@ -128,7 +128,7 @@ osx:test: |
128 | 128 |
- job: osx:build
|
129 | 129 |
artifacts: true
|
130 | 130 |
before_script:
|
131 |
- - git clone https://gitlab.common-lisp.net/ansi-test/ansi-test.git
|
|
131 |
+ - git clone https://gitlab.common-lisp.net/cmucl/ansi-test.git
|
|
132 | 132 |
- (cd ansi-test; git checkout rtoy-cmucl-expected-failures)
|
133 | 133 |
script:
|
134 | 134 |
- bin/run-tests.sh -l dist/bin/lisp 2>&1 | tee test.log
|