.github/workflows/build.yml hinzugefügt
This commit is contained in:
16
.github/workflows/build.yml
vendored
Normal file
16
.github/workflows/build.yml
vendored
Normal 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
|
Reference in New Issue
Block a user