Skip to content

Merge pull request #276 from yash-ni/new-testing-suite #369

Merge pull request #276 from yash-ni/new-testing-suite

Merge pull request #276 from yash-ni/new-testing-suite #369

Workflow file for this run

name: CI
on:
push:
branches:
- master
tags:
- 'v*'
pull_request:
types: [opened, synchronize, reopened]
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
build_windows_x64:
uses: ./.github/workflows/windows_x64_build.yml
build_windows_x86:
uses: ./.github/workflows/windows_x86_build.yml
build_linux:
uses: ./.github/workflows/build_on_linux.yml
build_linux_rt:
uses: ./.github/workflows/build_on_rt.yml
build_release_arifacts:
if: ${{ github.repository == 'ni/grpc-labview' || github.event.pull_request.head.repo.full_name == 'ni/grpc-labview' }}
needs:
- build_windows_x64
- build_windows_x86
- build_linux
- build_linux_rt
uses: ./.github/workflows/build_release_artifacts.yml