[Git][cmucl/cmucl][issue-381-cmucl-unix-os-specific] Show lisp version and git describe

Raymond Toy pushed to branch issue-381-cmucl-unix-os-specific at cmucl / cmucl Commits: 8646fbc2 by Raymond Toy at 2025-02-23T20:16:15-08:00 Show lisp version and git describe To make it easier to tell if we have modified some files during the build (mostly pot files), print the version used by lisp (via cmucl-version.h) and from `git describe --dirty` after we've finished the complete build. - - - - - 1 changed file: - .gitlab-ci.yml Changes: ===================================== .gitlab-ci.yml ===================================== @@ -197,6 +197,10 @@ osx:build: # If needed use -V to specify the version in case some tag makes git # describe return something that make-dist.sh doesn't like. - bin/make-dist.sh -I dist darwin-4 + # Show the version used for building lisp and then git so we + # easily tell if the osx build is dirty or not. + - cat src/lisp/cmucl-version.h + - git describe --dirty osx:test: stage: test View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/8646fbc2f1eaf268a363eb38... -- View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/8646fbc2f1eaf268a363eb38... You're receiving this email because of your account on gitlab.common-lisp.net.
participants (1)
-
Raymond Toy (@rtoy)