[Git][cmucl/cmucl][issue-464-lisp-version-uses-branch-name] Run git-version.sh to print version
Raymond Toy pushed to branch issue-464-lisp-version-uses-branch-name at cmucl / cmucl Commits: 47aa0697 by Raymond Toy at 2026-01-15T09:06:11-08:00 Run git-version.sh to print version For debugging why CI is not working on this branch. - - - - - 1 changed file: - .gitlab-ci.yml Changes: ===================================== .gitlab-ci.yml ===================================== @@ -47,6 +47,7 @@ variables: # Save this so we can see the generated errno - src/code/errno.lisp script: + bin/git-version.sh # Do cross compile first #- bin/create-target.sh xtarget x86_linux_clang #- bin/create-target.sh xcross x86_linux_clang View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/47aa0697fb2fc79c39d3d7c4... -- View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/47aa0697fb2fc79c39d3d7c4... You're receiving this email because of your account on gitlab.common-lisp.net.
participants (1)
-
Raymond Toy (@rtoy)