Skip to content

Commit

Permalink
Install GHDL in MinGW64 and UCRT64.
Browse files Browse the repository at this point in the history
  • Loading branch information
Paebbels committed Jul 30, 2024
1 parent ae54242 commit 7d1b305
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/Pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@ jobs:
macos_before_script: |
which ghdl
ghdl version
mingw64_before_script: |
curl -o ghdl.pkg.tar.zst https://github.com/ghdl/ghdl/releases/download/v4.1.0/mingw-w64-x86_64-ghdl-mcode-ci-1-any.pkg.tar.zst
pacman -U ghdl.pkg.tar.zst
ucrt64_before_script: |
curl -o ghdl.pkg.tar.zst https://github.com/ghdl/ghdl/releases/download/v4.1.0/mingw-w64-ucrt-x86_64-ghdl-mcode-ci-1-any.pkg.tar.zst
pacman -U ghdl.pkg.tar.zst
# ubuntu_before_script: sudo install -m 755 tests/mock/ghdl /usr/local/bin
requirements: "-r tests/unit/requirements.txt"
unittest_xml_artifact: ${{ fromJson(needs.UnitTestingParams.outputs.artifact_names).unittesting_xml }}
Expand Down

0 comments on commit 7d1b305

Please sign in to comment.