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

Don't need to do a git clone; install /usr/bin/time too.

The runner already has the git repo checked out at $PWD, so we're
ready to go.

Try to install time so build.sh will run.
parent 38a3f48e
No related branches found
No related tags found
No related merge requests found
before_script:
- ls -F
- apt-get update -qq && apt-get install -y wget bzip2 git make gcc gcc-multilib
- apt-get update -qq && apt-get install -y wget bzip2 git make gcc gcc-multilib time
- 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
- mkdir snapshot
- (cd snapshot; tar xjf ../cmucl-2017-04-x86-linux.tar.bz2; tar xjf ../cmucl-2017-04-x86-linux.extra.tar.bz2)
- git clone https://gitlab.common-lisp.net/cmucl/cmucl.git
test:
script:
- echo $SHELL
- PS1='\w \$ '
- 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
- bin/run-tests.sh -l dist-linux/bin/lisp
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