[Git][cmucl/cmucl][master] Fix typo in building on darwin.

Raymond Toy rtoy at common-lisp.net
Sun Jan 21 16:56:07 UTC 2018


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/ab27781ba923fff4144c5919b0690e7e88477106

---
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/commit/ab27781ba923fff4144c5919b0690e7e88477106
You're receiving this email because of your account on gitlab.common-lisp.net.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/cmucl-cvs/attachments/20180121/0e2c03ee/attachment.html>


More information about the cmucl-cvs mailing list