mirror of
https://github.com/akuker/RASCSI.git
synced 2024-11-29 16:49:55 +00:00
24 lines
467 B
YAML
24 lines
467 B
YAML
name: Build ARM binaries
|
|
|
|
on:
|
|
workflow_dispatch:
|
|
pull_request:
|
|
types: [opened, synchronize]
|
|
paths:
|
|
- 'cpp/**'
|
|
- '.github/workflows/build_code.yml'
|
|
push:
|
|
branches:
|
|
- develop
|
|
|
|
jobs:
|
|
fullspec:
|
|
uses: akuker/RASCSI/.github/workflows/arm_cross_compile.yml@develop
|
|
with:
|
|
connect-type: "FULLSPEC"
|
|
|
|
standard:
|
|
uses: akuker/RASCSI/.github/workflows/arm_cross_compile.yml@develop
|
|
with:
|
|
connect-type: "STANDARD"
|