Skip to content
Snippets Groups Projects
Commit f993ea43 authored by Raymond Toy's avatar Raymond Toy
Browse files

Fix #93: Use our fork of ansi-test

Instead of using the upstream ansi-test for CI, use our own fork.
parent 18a3be34
Branches issue-93-update-ansi-test-location
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment