.github/workflows/build.yml hinzugefügt

This commit is contained in:
2025-04-22 17:15:04 +02:00
parent b25727997c
commit 802315040f

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

@@ -0,0 +1,16 @@
name: Manuelles Build mit ISE
on:
workflow_dispatch:
jobs:
build:
runs-on: xilinx-ise
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Build in ./build
run: |
cd build
make