Raymond Toy pushed to branch issue-265-ci-broken-on-mac-os at cmucl / cmucl
Commits: 82a16bc8 by Raymond Toy at 2023-11-14T11:02:37-08:00 Debugging: print out directory contents after make-dist
Does en@piglatin/LC_MESSAGES have the expected contents?
- - - - -
1 changed file:
- .gitlab-ci.yml
Changes:
===================================== .gitlab-ci.yml ===================================== @@ -130,6 +130,7 @@ osx:build: # Regular build using the cross-compiled result or snapshot - bin/build.sh $bootstrap -R -C "" -o snapshot/bin/lisp - bin/make-dist.sh -I dist darwin-4 + - ls dist/lib/cmucl/lib/locale/en@piglatin/LC_MESSAGES
osx:test: stage: test @@ -137,6 +138,7 @@ osx:test: - osx artifacts: paths: + - ansi-test/test.out - test.log needs: # Needs artifacts from build (dist/)
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/82a16bc8579cf1418f6e4ca8...