Raymond Toy pushed to branch issue-119-ci-osx-install-fails at cmucl / cmucl

Commits:

1 changed file:

Changes:

  • .gitlab-ci.yml
    ... ... @@ -161,8 +161,8 @@ osx:ansi-test:
    161 161
         - job: osx:build
    
    162 162
           artifacts: true
    
    163 163
       before_script:
    
    164
    -    - git clone https://gitlab.common-lisp.net/cmucl/ansi-test.git
    
    165
    -    - (cd ansi-test; git checkout rtoy-cmucl-expected-failures)
    
    164
    +    - /opt/local/bin/git clone https://gitlab.common-lisp.net/cmucl/ansi-test.git
    
    165
    +    - (cd ansi-test; /opt/local/bin/git checkout rtoy-cmucl-expected-failures)
    
    166 166
       script:
    
    167 167
         - cd ansi-test
    
    168 168
         - make LISP="../dist/bin/lisp -batch -noinit -nositeinit"