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
1 changed file:
Changes:
| ... | ... | @@ -197,6 +197,10 @@ osx:build: |
| 197 | 197 | # If needed use -V to specify the version in case some tag makes git
|
| 198 | 198 | # describe return something that make-dist.sh doesn't like.
|
| 199 | 199 | - bin/make-dist.sh -I dist darwin-4
|
| 200 | + # Show the version used for building lisp and then git so we
|
|
| 201 | + # easily tell if the osx build is dirty or not.
|
|
| 202 | + - cat src/lisp/cmucl-version.h
|
|
| 203 | + - git describe --dirty
|
|
| 200 | 204 | |
| 201 | 205 | osx:test:
|
| 202 | 206 | stage: test
|