Compare commits

..

2 Commits

2 changed files with 5 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
name: Manuelles Build mit ISE name: Build with HDLBuild
on: on:
workflow_dispatch: workflow_dispatch:
@@ -14,6 +14,7 @@ jobs:
- name: Build - name: Build
run: | run: |
cd "$GITHUB_WORKSPACE/build" cd "$GITHUB_WORKSPACE"
make hdlbuild dep
hdlbuild build

View File

@@ -17,7 +17,7 @@ testbenches:
dependencies: dependencies:
- git: "https://git.0xmax42.io/HDL/Pipeline-AXI-Handshake.git" - git: "https://git.0xmax42.io/HDL/Pipeline-AXI-Handshake.git"
rev: "hdlbuild" rev: "main"
build: build:
build_dir: working build_dir: working