Raymond Toy pushed to branch rtoy-issue-76-add-ansi-tests-to-ci at cmucl / cmucl
Commits: 6f87c065 by Raymond Toy at 2019-11-05T02:42:00Z Oops. Need to cd ansi-test to run the test.
- - - - -
1 changed file:
- .gitlab-ci.yml
Changes:
===================================== .gitlab-ci.yml ===================================== @@ -34,5 +34,6 @@ osx-runner: - bin/build.sh $bootstrap -C "" -o snapshot/bin/lisp - bin/make-dist.sh -I dist darwin-4 - bin/run-tests.sh -l dist/bin/lisp 2>&1 | tee test.log + - cd ansi-test - make LISP="../dist/bin/lisp -batch -noinit -nositeinit" - grep 'No unexpected (successes|failures)' test.out
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/commit/6f87c065753548029580aaf3b0...