Raymond Toy pushed to branch master at cmucl / cmucl

Commits:

1 changed file:

Changes:

  • .gitlab-ci.yml
    ... ... @@ -133,6 +133,7 @@ linux:install:
    133 133
         - if: $CI_PIPELINE_SOURCE == "push"
    
    134 134
         - if: $CI_PIPELINE_SOURCE == "merge_request_event"
    
    135 135
         - if: $CI_PIPELINE_SOURCE == "branch"
    
    136
    +    - if: $CI_PIPELINE_SOURCE == "web"
    
    136 137
     
    
    137 138
     linux:build:
    
    138 139
       <<: *build_configuration
    
    ... ... @@ -148,6 +149,7 @@ linux:build:
    148 149
         - if: $CI_PIPELINE_SOURCE == "schedule"
    
    149 150
         - if: $CI_PIPELINE_SOURCE == "push"
    
    150 151
         - if: $CI_PIPELINE_SOURCE == "merge_request_event"
    
    152
    +    - if: $CI_PIPELINE_SOURCE == "web"
    
    151 153
     
    
    152 154
     linux:cross-build:
    
    153 155
       stage: build