Raymond Toy pushed to branch issue-265-ci-broken-on-mac-os at cmucl / cmucl

Commits:

1 changed file:

Changes:

  • .gitlab-ci.yml
    ... ... @@ -130,6 +130,7 @@ osx:build:
    130 130
         # Regular build using the cross-compiled result or snapshot
    
    131 131
         - bin/build.sh $bootstrap -R -C "" -o snapshot/bin/lisp
    
    132 132
         - bin/make-dist.sh -I dist darwin-4
    
    133
    +    - ls dist/lib/cmucl/lib/locale/en\@piglatin/LC_MESSAGES
    
    133 134
     
    
    134 135
     osx:test:
    
    135 136
       stage: test
    
    ... ... @@ -137,6 +138,7 @@ osx:test:
    137 138
         - osx
    
    138 139
       artifacts:
    
    139 140
         paths:
    
    141
    +      - ansi-test/test.out
    
    140 142
           - test.log
    
    141 143
       needs:
    
    142 144
         # Needs artifacts from build (dist/)