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 time bc
    
    3
    +  - apt-get update -qq && apt-get install -y wget bzip2 make gcc gcc-multilib time bc
    
    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
    
    ... ... @@ -11,6 +11,7 @@ test:
    11 11
         - echo $SHELL
    
    12 12
         - PS1='\w \$ '
    
    13 13
         - type -all time
    
    14
    +    - exit 1
    
    14 15
         - bin/build.sh -B boot-2017-04-1 -C "" -o ./snapshot/bin/lisp
    
    15 16
         - bin/make-dist.sh -I dist-linux linux-4
    
    16 17
         - bin/run-tests.sh -l dist-linux/bin/lisp