Raymond Toy pushed to branch rtoy-gitlab-ci at cmucl / cmucl

Commits:

1 changed file:

Changes:

  • .gitlab-ci.yml
    1 1
     before_script:
    
    2 2
       - ls -F
    
    3
    -  - apt-get update -qq && apt-get install -y wget bzip2 git make gcc gcc-multilib
    
    3
    +  - apt-get update -qq && apt-get install -y wget bzip2 git make gcc gcc-multilib time
    
    4 4
       - wget -nv https://common-lisp.net/project/cmucl/downloads/snapshots/2017/04/cmucl-2017-04-x86-linux.tar.bz2
    
    5 5
       - wget -nv https://common-lisp.net/project/cmucl/downloads/snapshots/2017/04/cmucl-2017-04-x86-linux.extra.tar.bz2
    
    6 6
       - mkdir snapshot
    
    7 7
       - (cd snapshot; tar xjf ../cmucl-2017-04-x86-linux.tar.bz2; tar xjf ../cmucl-2017-04-x86-linux.extra.tar.bz2)
    
    8
    -  - git clone https://gitlab.common-lisp.net/cmucl/cmucl.git
    
    9 8
     
    
    10 9
     test:
    
    11 10
       script:
    
    12 11
         - echo $SHELL
    
    13 12
         - PS1='\w \$ '
    
    14 13
         - type -all time
    
    15
    -    - cd cmucl
    
    16 14
         - bin/build.sh -B boot-2017-04-1 -C "" -o ../snapshot/bin/lisp
    
    17 15
         - bin/make-dist.sh -I dist-linux linux-4
    
    18 16
         - bin/run-tests.sh -l dist-linux/bin/lisp