Update build workflow to use HDLBuild for dependency management and building
This commit is contained in:
10
.github/workflows/build.yml
vendored
10
.github/workflows/build.yml
vendored
@@ -1,10 +1,7 @@
|
|||||||
name: Manuelles Build mit ISE
|
name: Build with HDLBuild
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- main
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
@@ -17,6 +14,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: |
|
run: |
|
||||||
cd "$GITHUB_WORKSPACE/build"
|
cd "$GITHUB_WORKSPACE"
|
||||||
make trace
|
hdlbuild dep
|
||||||
|
hdlbuild build
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user