Files
SpriteChannel/.github/workflows/build.yml
Max P f43b1e9ea7
Some checks failed
Manuelles Build mit ISE / build (push) Has been cancelled
Update build workflow to enable submodule checkout and simplify build command
2025-04-22 17:13:58 +00:00

23 lines
333 B
YAML

name: Manuelles Build mit ISE
on:
workflow_dispatch:
push:
branches:
- main
jobs:
build:
runs-on: xilinx-ise
steps:
- name: Checkout
uses: actions/checkout@v2
with:
submodules: true
- name: Build
run: |
cd "$GITHUB_WORKSPACE/build"
make