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/119a79809d295dcde85b7f53ad... --- View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/commit/119a79809d295dcde85b7f53ad... You're receiving this email because of your account on gitlab.common-lisp.net.