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