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 313da22
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/Pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,19 @@ jobs:
jobs: ${{ needs.UnitTestingParams.outputs.python_jobs }}
apt: ghdl-mcode
brew: ghdl
packboy: ghdl
ubuntu_before_script: |
which ghdl
ghdl version
macos_before_script: |
which ghdl
ghdl version
mingw64_before_script: |
which ghdl
ghdl version
ucrt64_before_script: |
which ghdl
ghdl version
# 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 313da22

Please sign in to comment.