mirror of
https://github.com/akuker/RASCSI.git
synced 2024-12-21 08:29:59 +00:00
21 lines
429 B
YAML
21 lines
429 B
YAML
name: Build ARM binaries
|
|
|
|
on:
|
|
workflow_dispatch:
|
|
pull_request:
|
|
types: [opened, synchronize]
|
|
paths:
|
|
- 'cpp/**'
|
|
- '.github/workflows/build_code.yml'
|
|
|
|
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"
|