[Git][cmucl/cmucl][rtoy-gitlab-ci] Add some debugging stuff.

Raymond Toy rtoy at common-lisp.net
Sat Sep 2 20:53:45 UTC 2017


Raymond Toy pushed to branch rtoy-gitlab-ci at cmucl / cmucl


Commits:
119a7980 by Raymond Toy at 2017-09-02T13:53:35-07:00
Add some debugging stuff.

 - Print out the SHELL
 - Set prompt to include PWD
 - Where is `time` and why can't the shell find it?

- - - - -


1 changed file:

- .gitlab-ci.yml


Changes:

=====================================
.gitlab-ci.yml
=====================================
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -8,6 +8,9 @@ before_script:
 
 test:
   script:
+    - echo $SHELL
+    - PS1='\w \$ '
+    - which time
     - cd cmucl
     - bin/build.sh -B boot-2017-04-1 -C "" -o ../snapshot/bin/lisp
     - bin/make-dist.sh -I dist-linux linux-4



View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/commit/119a79809d295dcde85b7f53ad3fb1bffd8261a9

---
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/commit/119a79809d295dcde85b7f53ad3fb1bffd8261a9
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/20170902/667da252/attachment.html>


More information about the cmucl-cvs mailing list