Skip to content

RSDK-13209 FWC — Consume upstream mediadevices fixes #62

RSDK-13209 FWC — Consume upstream mediadevices fixes

RSDK-13209 FWC — Consume upstream mediadevices fixes #62

Workflow file for this run

name: Build Test
on:
pull_request_target:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
repository: ${{ github.event.pull_request.head.repo.full_name || github.repository }}
ref: ${{ github.event.pull_request.head.sha || github.sha }}
- uses: viamrobotics/build-action@v1.4
with:
version: "" # Empty = build only, no deploy
ref: ${{ github.event.pull_request.head.sha || github.sha }}
key-id: ${{ secrets.VIAM_DEV_API_KEY_ID }}
key-value: ${{ secrets.VIAM_DEV_API_KEY }}
build-windows:
uses: ./.github/workflows/build-and-upload-windows.yml
with:
repository: ${{ github.event.pull_request.head.repo.full_name || github.repository }}
ref: ${{ github.event.pull_request.head.sha || github.sha }}