Raymond Toy pushed to branch master at cmucl / cmucl

Commits:

1 changed file:

Changes:

  • .gitlab-ci.yml
    ... ... @@ -85,10 +85,15 @@ workflow:
    85 85
     .ansi-test:
    
    86 86
       stage: ansi-test
    
    87 87
       artifacts:
    
    88
    +    # Always save artifacts even when the job fails.
    
    89
    +    when: always
    
    88 90
         paths:
    
    89 91
           - ansi-test.out
    
    90 92
       script:
    
    91 93
         - bin/run-ansi-tests.sh -l dist/bin/lisp
    
    94
    +  after_script:
    
    95
    +    # This after_script always runs to save the log file even if
    
    96
    +    # run-ansi-tests.sh fails.
    
    92 97
         - cp ../ansi-test/test.out ansi-test.out
    
    93 98
     
    
    94 99
     # Default configuration for running unit tests.