[Git][cmucl/cmucl][rtoy-gitlab-ci] More debugging to see what we have
Raymond Toy
rtoy at common-lisp.net
Sat Sep 2 21:01:53 UTC 2017
Raymond Toy pushed to branch rtoy-gitlab-ci at cmucl / cmucl
Commits:
38a3f48e by Raymond Toy at 2017-09-02T14:01:45-07:00
More debugging to see what we have
- - - - -
1 changed file:
- .gitlab-ci.yml
Changes:
=====================================
.gitlab-ci.yml
=====================================
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,4 +1,5 @@
before_script:
+ - ls -F
- apt-get update -qq && apt-get install -y wget bzip2 git make gcc gcc-multilib
- wget -nv https://common-lisp.net/project/cmucl/downloads/snapshots/2017/04/cmucl-2017-04-x86-linux.tar.bz2
- wget -nv https://common-lisp.net/project/cmucl/downloads/snapshots/2017/04/cmucl-2017-04-x86-linux.extra.tar.bz2
@@ -10,7 +11,7 @@ test:
script:
- echo $SHELL
- PS1='\w \$ '
- - which time
+ - type -all 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/38a3f48e6d5d705126eea6f48b5180f4d43e5cd4
---
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/commit/38a3f48e6d5d705126eea6f48b5180f4d43e5cd4
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/000b3c62/attachment-0001.html>
More information about the cmucl-cvs
mailing list