Raymond Toy pushed to branch issue-119-ci-osx-install-fails at cmucl / cmucl
Commits:
-
6215f6a9
by Raymond Toy at 2021-10-17T16:43:32-07:00
1 changed file:
Changes:
... | ... | @@ -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"
|