From 38a3f48e6d5d705126eea6f48b5180f4d43e5cd4 Mon Sep 17 00:00:00 2001 From: Raymond Toy <toy.raymond@gmail.com> Date: Sat, 2 Sep 2017 14:01:45 -0700 Subject: [PATCH] More debugging to see what we have --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d51a4833f..973395977 100644 --- 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 -- GitLab