[Git][cmucl/cmucl][master] 2 commits: Fix #228: Update ansi-tests from upstream
Raymond Toy pushed to branch master at cmucl / cmucl Commits: b871db2b by Raymond Toy at 2023-05-24T17:15:28+00:00 Fix #228: Update ansi-tests from upstream - - - - - 6683933b by Raymond Toy at 2023-05-24T17:15:31+00:00 Merge branch 'issue-228-update-ansi-tests' into 'master' Fix #228: Update ansi-tests from upstream Closes #228 See merge request cmucl/cmucl!150 - - - - - 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/-/compare/ac7d904ba06e6d3c189f000... -- View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/compare/ac7d904ba06e6d3c189f000... You're receiving this email because of your account on gitlab.common-lisp.net.
participants (1)
-
Raymond Toy (@rtoy)