Skip to content
Snippets Groups Projects
Commit 119a7980 authored by Raymond Toy's avatar Raymond Toy
Browse files

Add some debugging stuff.

 - Print out the SHELL
 - Set prompt to include PWD
 - Where is `time` and why can't the shell find it?
parent 3f6fd3df
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment