Raymond Toy pushed to branch master at cmucl / cmucl Commits: ab27781b by Raymond Toy at 2018-01-21T08:55:56-08:00 Fix typo in building on darwin. Should be snapshot/bin/lisp - - - - - 1 changed file: - .gitlab-ci.yml Changes: ===================================== .gitlab-ci.yml ===================================== --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -20,6 +20,6 @@ osx-runner: - mkdir snapshot - (cd snapshot; tar xjf ../cmucl-2018-01-x86-darwin.tar.bz2) script: - - bin/build.sh -C "" -o snapshot/lisp/lisp + - bin/build.sh -C "" -o snapshot/bin/lisp - bin/make-dist.sh -I dist darwin-4 - bin/run-tests.sh -l dist/bin/lisp 2>&1 | tee test.log View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/commit/ab27781ba923fff4144c5919b0... --- View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/commit/ab27781ba923fff4144c5919b0... You're receiving this email because of your account on gitlab.common-lisp.net.