[Git][cmucl/cmucl][master] 2 commits: Fix #93: Use our fork of ansi-test
Raymond Toy
gitlab at common-lisp.net
Thu Jan 7 05:36:59 UTC 2021
Raymond Toy pushed to branch master at cmucl / cmucl
Commits:
f993ea43 by Raymond Toy at 2021-01-06T17:11:03-08:00
Fix #93: Use our fork of ansi-test
Instead of using the upstream ansi-test for CI, use our own fork.
- - - - -
fdeafbc6 by Raymond Toy at 2021-01-07T05:36:53+00:00
Merge branch 'issue-93-update-ansi-test-location' into 'master'
Fix #93: Use our fork of ansi-test
Closes #93
See merge request cmucl/cmucl!62
- - - - -
1 changed file:
- .gitlab-ci.yml
Changes:
=====================================
.gitlab-ci.yml
=====================================
@@ -57,7 +57,7 @@ linux:test:
- job: linux:build
artifacts: true
before_script:
- - git clone https://gitlab.common-lisp.net/ansi-test/ansi-test.git
+ - git clone https://gitlab.common-lisp.net/cmucl/ansi-test.git
- (cd ansi-test; git checkout rtoy-cmucl-expected-failures)
script:
- bin/run-tests.sh -l dist/bin/lisp 2>&1 | tee test.log
@@ -128,7 +128,7 @@ osx:test:
- job: osx:build
artifacts: true
before_script:
- - git clone https://gitlab.common-lisp.net/ansi-test/ansi-test.git
+ - git clone https://gitlab.common-lisp.net/cmucl/ansi-test.git
- (cd ansi-test; git checkout rtoy-cmucl-expected-failures)
script:
- bin/run-tests.sh -l dist/bin/lisp 2>&1 | tee test.log
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/compare/18a3be34f2a3cadebc9949afb3ef9f022f8ac075...fdeafbc630fd3599062a68eafb3b82574cd34d9c
--
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/compare/18a3be34f2a3cadebc9949afb3ef9f022f8ac075...fdeafbc630fd3599062a68eafb3b82574cd34d9c
You're receiving this email because of your account on gitlab.common-lisp.net.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/cmucl-cvs/attachments/20210107/6a289ab6/attachment.html>
More information about the cmucl-cvs
mailing list