[Git][cmucl/cmucl][issue-228-update-ansi-tests] Check out cmucl-expected-failures branch for testing
Raymond Toy (@rtoy)
gitlab at common-lisp.net
Wed May 24 16:09:54 UTC 2023
Raymond Toy pushed to branch issue-228-update-ansi-tests at cmucl / cmucl
Commits:
e296a74b by Raymond Toy at 2023-05-24T09:08:50-07:00
Check out cmucl-expected-failures branch for testing
This branch has the expected failures for cmucl, so switch to it for
testing.
- - - - -
1 changed file:
- .gitlab-ci.yml
Changes:
=====================================
.gitlab-ci.yml
=====================================
@@ -76,7 +76,7 @@ linux:ansi-test:
artifacts: true
before_script:
- git clone https://gitlab.common-lisp.net/cmucl/ansi-test.git
- #- (cd ansi-test; git checkout rtoy-cmucl-expected-failures)
+ - (cd ansi-test; git checkout cmucl-expected-failures)
script:
- cd ansi-test
- make LISP="../dist/bin/lisp -batch -noinit -nositeinit"
@@ -163,7 +163,7 @@ osx:ansi-test:
artifacts: true
before_script:
- /opt/local/bin/git clone https://gitlab.common-lisp.net/cmucl/ansi-test.git
- #- (cd ansi-test; /opt/local/bin/git checkout rtoy-cmucl-expected-failures)
+ - (cd ansi-test; /opt/local/bin/git checkout cmucl-expected-failures)
script:
- cd ansi-test
- make LISP="../dist/bin/lisp -batch -noinit -nositeinit"
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/e296a74b04953c7766f7d1613f60306d4eeb2746
--
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/e296a74b04953c7766f7d1613f60306d4eeb2746
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/20230524/c6fa45ab/attachment-0001.html>
More information about the cmucl-cvs
mailing list