Skip to content

assign a release version #450

assign a release version

assign a release version #450

Workflow file for this run

name: Proxy-CI
on:
push:
branches: [ main, release/** ]
pull_request:
branches: [ main, release/** ]
env:
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
BUILD_TYPE: Release
jobs:
run-bvt-gcc11:
uses: ./.github/workflows/bvt-gcc11.yml
name: run bvt with g++ 11
run-bvt-clang14:
uses: ./.github/workflows/bvt-clang14.yml
name: run bvt with clang 14
run-bvt-msvc14:
uses: ./.github/workflows/bvt-msvc14.yml
name: run bvt with msvc14 (vs2022)