Raymond Toy pushed to branch master at cmucl / cmucl

Commits:

1 changed file:

Changes:

  • .gitlab-ci.yml
    ... ... @@ -33,6 +33,7 @@ variables:
    33 33
           - build-2/*.log
    
    34 34
           - build-3/*.log
    
    35 35
           - build-4/
    
    36
    +      - cmucl*
    
    36 37
           # Needed by Linux analyzer stage
    
    37 38
           - src/lisp/cmucl-version.h
    
    38 39
           # Save this so we can see the generated errno
    
    ... ... @@ -48,7 +49,10 @@ variables:
    48 49
         - bin/build.sh $bootstrap -b build -R -C "" -o snapshot/bin/lisp
    
    49 50
         # When the result of `git describe` cannot be used as a version
    
    50 51
         # string, an alternative can be provided with the -V flag
    
    52
    +    # The following stages need this to run tests and such.
    
    51 53
         - bin/make-dist.sh -I dist build-4
    
    54
    +    # Also make some tarballs so it's easy to download the artifacts.
    
    55
    +    - bin/make-dist.sh -S build-4
    
    52 56
     
    
    53 57
     # Default configuration for running the ansi-tests.
    
    54 58
     .ansi_test_template: &ansi_test_configuration