Raymond Toy pushed to branch issue-337-cross-compile-linux-x86-fails at cmucl / cmucl

Commits:

1 changed file:

Changes:

  • .gitlab-ci.yml
    ... ... @@ -56,6 +56,12 @@ linux:cross-build:
    56 56
       stage: build
    
    57 57
       tags:
    
    58 58
         - linux
    
    59
    +  artifacts:
    
    60
    +    paths:
    
    61
    +      - xdist/
    
    62
    +      - linux-2/*.log
    
    63
    +      - linux-3/*.log
    
    64
    +      - linux-4/*.log
    
    59 65
       needs:
    
    60 66
         - job: linux:install
    
    61 67
           artifacts: true