Raymond Toy pushed to branch issue-381-cmucl-unix-os-specific at cmucl / cmucl

Commits:

1 changed file:

Changes:

  • .gitlab-ci.yml
    ... ... @@ -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