Skip to content
This repository was archived by the owner on Nov 19, 2025. It is now read-only.

smanders/externpro with ghactions #10

smanders/externpro with ghactions

smanders/externpro with ghactions #10

Workflow file for this run

name: Build
on:
push:
branches: [ "dev" ]
pull_request:
branches: [ "dev" ]
workflow_dispatch:
jobs:
linux:
uses: externpro/externpro/.github/workflows/build-linux.yml@25.04
with:
runon: ubuntu-latest
secrets: inherit
linux-arm64:
uses: externpro/externpro/.github/workflows/build-linux.yml@25.04
with:
runon: ubuntu-24.04-arm
secrets: inherit
windows:
uses: externpro/externpro/.github/workflows/build-windows.yml@25.04
with:
cmake-workflow-preset: WindowsRelease
secrets: inherit