Raymond Toy pushed to branch master at cmucl / cmucl

Commits:

2 changed files:

Changes:

  • .gitlab-ci.yml
    1
    +before_script:
    
    2
    +  - apt-get update -qq && apt-get install -y wget bzip2 make gcc gcc-multilib time bc git
    
    3
    +  - wget -nv https://common-lisp.net/project/cmucl/downloads/snapshots/2017/04/cmucl-2017-04-x86-linux.tar.bz2
    
    4
    +  - wget -nv https://common-lisp.net/project/cmucl/downloads/snapshots/2017/04/cmucl-2017-04-x86-linux.extra.tar.bz2
    
    5
    +  - mkdir snapshot
    
    6
    +  - (cd snapshot; tar xjf ../cmucl-2017-04-x86-linux.tar.bz2; tar xjf ../cmucl-2017-04-x86-linux.extra.tar.bz2)
    
    7
    +
    
    8
    +test:
    
    9
    +  script:
    
    10
    +    - bin/build.sh -B boot-2017-04-1 -C "" -o ./snapshot/bin/lisp
    
    11
    +    - bin/make-dist.sh -I dist-linux linux-4
    
    12
    +    - bin/run-tests.sh -l dist-linux/bin/lisp 2>&1 | tee test.log

  • README.md
    1
    +[![pipeline status](https://gitlab.common-lisp.net/cmucl/cmucl/badges/rtoy-gitlab-ci/pipeline.svg)](https://gitlab.common-lisp.net/cmucl/cmucl/commits/rtoy-gitlab-ci)
    
    2
    +
    
    1 3
     CMUCL is a free, high performance implementation of the Common Lisp
    
    2 4
     programming language which runs on most major Unix platforms. It
    
    3 5
     mainly conforms to the ANSI Common Lisp standard. CMUCL provides a
    
    ... ... @@ -50,6 +52,4 @@ Here is a summary of its main features:
    50 52
       maintained and improved by a team of volunteers collaborating over
    
    51 53
       the Internet.
    
    52 54
     
    
    53
    -For the latest news and other information, see [the wiki](https://gitlab.common-lisp.net/cmucl/cmucl/wikis/home).
    
    54
    -
    
    55
    -[![pipeline status](https://gitlab.common-lisp.net/cmucl/cmucl/badges/master/pipeline.svg)](https://gitlab.common-lisp.net/cmucl/cmucl/commits/master)
    \ No newline at end of file
    55
    +For the latest news and other information, see [the wiki](https://gitlab.common-lisp.net/cmucl/cmucl/wikis/home).
    \ No newline at end of file