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/18a3be34f2a3cadebc9949a...