Raymond Toy pushed to branch rtoy-fix-60-unary-fround-undefined at cmucl / cmucl

Commits:

1 changed file:

Changes:

  • .gitlab-ci.yml
    ... ... @@ -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 -C "" -o snapshot/bin/lisp
    
    15
    +    - bin/build.sh -B boot-2018-02-1 -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 -C "" -o snapshot/bin/lisp
    
    27
    +    - bin/build.sh -B boot-2018-02-1 -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