[Git][cmucl/cmucl][issue-228-update-ansi-tests] Check out cmucl-expected-failures branch for testing
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/e296a74b04953c7766f7d161... -- View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/e296a74b04953c7766f7d161... You're receiving this email because of your account on gitlab.common-lisp.net.
participants (1)
-
Raymond Toy (@rtoy)