FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Bump CMake and Meson dependencies · ngcpp/proxy@149fac4 · GitHub

/ proxy Public

Bump CMake and Meson dependencies #128

Bump CMake and Meson dependencies

Bump CMake and Meson dependencies #128

Workflow file for this run

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
name: Proxy-CI
on:
push:
branches: [ main, release/**, feature/** ]
pull_request:
branches: [ main, release/**, feature/** ]
workflow_dispatch:
jobs:
run-bvt-lint:
uses: ./.github/workflows/bvt-lint.yml
name: Run BVT for lint
if: github.event_name != 'push' || github.repository == 'ngcpp/proxy'
run-bvt-gcc:
uses: ./.github/workflows/bvt-gcc.yml
name: Run BVT with GCC
if: github.event_name != 'push' || github.repository == 'ngcpp/proxy'
run-bvt-clang:
uses: ./.github/workflows/bvt-clang.yml
name: Run BVT with Clang
if: github.event_name != 'push' || github.repository == 'ngcpp/proxy'
run-bvt-msvc:
uses: ./.github/workflows/bvt-msvc.yml
name: Run BVT with MSVC
if: github.event_name != 'push' || github.repository == 'ngcpp/proxy'
run-bvt-appleclang:
uses: ./.github/workflows/bvt-appleclang.yml
name: Run BVT with AppleClang
if: github.event_name != 'push' || github.repository == 'ngcpp/proxy'
run-bvt-nvhpc:
uses: ./.github/workflows/bvt-nvhpc.yml
name: Run BVT with NVHPC
if: github.event_name != 'push' || github.repository == 'ngcpp/proxy'
run-bvt-oneapi:
uses: ./.github/workflows/bvt-oneapi.yml
name: Run BVT with Intel oneAPI
if: github.event_name != 'push' || github.repository == 'ngcpp/proxy'
run-bvt-compatibility:
uses: ./.github/workflows/bvt-compatibility.yml
name: Run BVT for compatibility
if: github.event_name != 'push' || github.repository == 'ngcpp/proxy'
run-bvt-codecoverage:
uses: ./.github/workflows/bvt-codecoverage.yml
name: Run BVT for code coverage
if: github.event_name != 'push' || github.repository == 'ngcpp/proxy'
report:
uses: ./.github/workflows/bvt-report.yml
name: Generate report
needs: [run-bvt-gcc, run-bvt-clang, run-bvt-msvc, run-bvt-appleclang, run-bvt-nvhpc, run-bvt-oneapi]

Back | FazBrowse Home | New Git URL