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

Commits:

1 changed file:

Changes:

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