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

Commits:

1 changed file:

Changes:

  • .gitlab-ci.yml
    ... ... @@ -144,6 +144,7 @@ osx:test:
    144 144
           artifacts: true
    
    145 145
       script:
    
    146 146
         - echo LANG = $LANG
    
    147
    +    - ls dist/lib/cmucl/lib/locale/en\@piglatin/LC_MESSAGES
    
    147 148
         - bin/run-unit-tests.sh -l dist/bin/lisp 2>&1 | tee test.log
    
    148 149
     
    
    149 150
     osx:ansi-test: