Raymond Toy pushed to branch issue-269-unix-get-user-homedir at cmucl / cmucl
Commits: 2ec0a02c by Raymond Toy at 2023-11-17T08:14:24-08:00 Debugging: printenv to see what envvars are avaliabie during CI
- - - - -
1 changed file:
- .gitlab-ci.yml
Changes:
===================================== .gitlab-ci.yml ===================================== @@ -62,6 +62,7 @@ linux:test: - job: linux:build artifacts: true script: + - printenv - bin/run-unit-tests.sh -l dist/bin/lisp 2>&1 | tee test.log
linux:ansi-test: @@ -146,6 +147,7 @@ osx:test: artifacts: true script: - echo LANG = $LANG + - printenv - bin/run-unit-tests.sh -l dist/bin/lisp 2>&1 | tee test.log
osx:ansi-test:
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/2ec0a02c060153335a88bb93...