Raymond Toy pushed to branch master at cmucl / cmucl

Commits:

1 changed file:

Changes:

  • .gitlab-ci.yml
    1 1
     variables:
    
    2
    -  download_url: "https://common-lisp.net/project/cmucl/downloads/snapshots/2018/01"
    
    3
    -  version: "2018-01-x86"
    
    2
    +  download_url: "https://common-lisp.net/project/cmucl/downloads/snapshots/2018/03"
    
    3
    +  version: "2018-03-x86"
    
    4 4
     
    
    5 5
     linux-runner:
    
    6 6
       tags:
    
    ... ... @@ -12,7 +12,7 @@ linux-runner:
    12 12
         - mkdir snapshot
    
    13 13
         - (cd snapshot; tar xjf ../cmucl-$version-linux.tar.bz2; tar xjf ../cmucl-$version-linux.extra.tar.bz2)
    
    14 14
       script:
    
    15
    -    - bin/build.sh -B boot-2018-02-1 -C "" -o snapshot/bin/lisp
    
    15
    +    - bin/build.sh -C "" -o snapshot/bin/lisp
    
    16 16
         - bin/make-dist.sh -I dist linux-4
    
    17 17
         - bin/run-tests.sh -l dist/bin/lisp 2>&1 | tee test.log
    
    18 18
     
    
    ... ... @@ -24,6 +24,6 @@ osx-runner:
    24 24
         - mkdir snapshot
    
    25 25
         - (cd snapshot; tar xjf ../cmucl-$version-darwin.tar.bz2)
    
    26 26
       script:
    
    27
    -    - bin/build.sh -B boot-2018-02-1 -C "" -o snapshot/bin/lisp
    
    27
    +    - bin/build.sh -C "" -o snapshot/bin/lisp
    
    28 28
         - bin/make-dist.sh -I dist darwin-4
    
    29 29
         - bin/run-tests.sh -l dist/bin/lisp 2>&1 | tee test.log