ttomcat-1778514358873.zip-extract/apache-tomcat-11.0.18-src/.github/workflows/ci.yml

Path
ttomcat-1778514358873.zip-extract/apache-tomcat-11.0.18-src/.github/workflows/ci.yml
Status
scanned
Type
file
Name
ci.yml
Extension
.yml
Programming language

      
    
Mime type
text/plain
File type
ASCII text, with CRLF line terminators
Tag

      
    
Rootfs path

      
    
Size
1717 (1.7 KB)
MD5
20c0c95ab32dd0a776707476fe80adfb
SHA1
183e34ca37931dd06c525f1cf6f73aaece255b13
SHA256
e881df04d5d1967c7a951031cb488b6675675b0d460a7bdc7bc3433de7c47eb9
SHA512

      
    
SHA1_git
62074f7fcb58d69c57c5c5b144d00d77f3a7b368
Is binary

      
    
Is text
True
Is archive

      
    
Is media

      
    
Is legal

      
    
Is manifest

      
    
Is readme

      
    
Is top level

      
    
Is key file

      
    
ci.yml | 1.7 KB |

# Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. name: Smoke Test on: push: branches: - 11.0.x pull_request: branches: - 11.0.x env: LC_ALL: en_US.UTF-8 jobs: JDKxx_Matrix: strategy: fail-fast: false matrix: isMain: - ${{ contains(github.ref, 'main') }} java: [ 26-ea ] os: [ ubuntu-latest ] name: JDK${{ matrix.java }} ${{ matrix.os }} runs-on: ${{ matrix.os }} steps: - name: Git Checkout uses: actions/checkout@v4 - name: Set up Java uses: actions/setup-java@v4 with: java-version: ${{ matrix.java }} distribution: zulu - name: Build run: | ant -noinput echoproperties deploy embed test-nio test-status env: ANT_OPTS: -Dtest.openssl.exists=false -Dtest.excludePerformance=true -Dtest.profile=smoke - name: Upload logs if: ${{ !cancelled() }} uses: actions/upload-artifact@v4 with: name: JDK${{ matrix.java }}-${{ matrix.os }}-logs path: | hs_err_*.log output/build/logs/TEST*.txt retention-days: 7
Detected license expression
apache-2.0
Detected license expression (SPDX)
Apache-2.0
Percentage of license text
39.53
Copyrights

      
    
Holders

      
    
Authors

      
    
License detections License expression License expression SPDX
apache_2_0-c4e30bcd-ccfd-bbc3-d2f1-196ab911e47d apache-2.0 Apache-2.0
URL Start line End line
http://www.apache.org/licenses/LICENSE-2.0 5 5