.github/workflows/build.yml hinzugefügt

This commit is contained in:
2025-04-22 17:44:08 +02:00
parent 713f247229
commit b34db682d4

19
.github/workflows/build.yml vendored Normal file
View File

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