Skip to content

Commit

Permalink
ci: Fix PWM example
Browse files Browse the repository at this point in the history
Signed-off-by: Robert Winkler <[email protected]>
  • Loading branch information
rw1nkler committed Oct 20, 2023
1 parent 1c73a04 commit c229ef0
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
cd examples/hdmi
tuttest README.md generate | bash -
cd -
- name: Generate sources for example inout setup
if: matrix.example == 'INOUT'
run: |
Expand All @@ -89,26 +89,15 @@ jobs:
if: matrix.example == 'PWM'
run: |
cd examples/pwm
make generate copy_sources
tuttest README.md generate | bash -
cd -
docker run --rm -i -v $(pwd):/wrk -w /wrk \
gcr.io/hdl-containers/conda/f4pga/xc7/z010 \
bash -le <<'EOF'
pip3 install -r requirements.impl.txt
cd examples/pwm
make zvb
EOF
cp examples/pwm/build/project_1_0/zynq-symbiflow/project_top.bit top.bit
- uses: actions/upload-artifact@v3
if: matrix.example == 'PWM'
with:
name: top.bit
path: top.bit


Docs:
runs-on: ubuntu-latest

Expand Down

0 comments on commit c229ef0

Please sign in to comment.