Skip to content

Add benchmarks

Add benchmarks #356

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-gcc:
uses: ./.github/workflows/bvt-gcc.yml

Check failure on line 15 in .github/workflows/pipeline-ci.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/pipeline-ci.yml

Invalid workflow file

error parsing called workflow ".github/workflows/pipeline-ci.yml" -> "./.github/workflows/bvt-gcc.yml" : You have an error in your yaml syntax on line 11
name: Run BVT with GCC
run-bvt-clang:
uses: ./.github/workflows/bvt-clang.yml
name: Run BVT with Clang
run-bvt-msvc:
uses: ./.github/workflows/bvt-msvc.yml
name: Run BVT with MSVC
run-bvt-appleclang:
uses: ./.github/workflows/bvt-appleclang.yml
name: Run BVT with AppleClang