Skip to content
Snippets Groups Projects
.gitlab-ci.yml 736 B
Newer Older
linux-runner:
  tags:
    - linux
  before_script:
Raymond Toy's avatar
Raymond Toy committed
    - apt-get update -qq && apt-get install -y wget bzip2 make gcc gcc-multilib time bc git
    - wget -nv https://common-lisp.net/project/cmucl/downloads/snapshots/2017/10/cmucl-2017-10-x86-linux.tar.bz2
    - wget -nv https://common-lisp.net/project/cmucl/downloads/snapshots/2017/10/cmucl-2017-10-x86-linux.extra.tar.bz2
    - mkdir snapshot
    - (cd snapshot; tar xjf ../cmucl-2017-10-x86-linux.tar.bz2; tar xjf ../cmucl-2017-10-x86-linux.extra.tar.bz2)
Raymond Toy's avatar
Raymond Toy committed
  script:
    - bin/build.sh -B boot-21c -C "" -o ./snapshot/bin/lisp
Raymond Toy's avatar
Raymond Toy committed
    - bin/make-dist.sh -I dist linux-4
    - bin/run-tests.sh -l dist/bin/lisp 2>&1 | tee test.log

Raymond Toy's avatar
Raymond Toy committed
osx-runner:
  tags:
    - osx
  script:
    - echo $PWD