From 802315040f160381fed9e5c3ead28026d20b3a94 Mon Sep 17 00:00:00 2001 From: 0xMax42 Date: Tue, 22 Apr 2025 17:15:04 +0200 Subject: [PATCH] =?UTF-8?q?.github/workflows/build.yml=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/workflows/build.yml diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml new file mode 100644 index 0000000..db987d3 --- /dev/null +++ b/.github/workflows/build.yml @@ -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