Raymond Toy pushed to branch issue-101-clang-trapping-math at cmucl / cmucl
Commits: df93981a by Raymond Toy at 2021-02-04T20:51:20-08:00 Fix typo in linux:test:
Forgot to remove the bit of code that runs the ansi-tests that was moved to a different stage. OSX is ok; I did it right there.
- - - - -
1 changed file:
- .gitlab-ci.yml
Changes:
===================================== .gitlab-ci.yml ===================================== @@ -59,9 +59,6 @@ linux:test: artifacts: true script: - 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
linux:ansi-test: stage: ansi-test
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/df93981a67fcbfa28037207d...