Skip to content

Commit

Permalink
Switch AppVeyor to GHDL 0.35 release
Browse files Browse the repository at this point in the history
  • Loading branch information
kraigher committed Dec 18, 2017
1 parent 95289a4 commit 516605f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ environment:
install:
- "git submodule update --init --recursive"
- "%PYTHON%\\python.exe -m pip install tox"
- "curl -fsSL -o ghdl.zip https://github.com/tgingold/ghdl/releases/download/2017-03-01/ghdl-0.34-dev-mcode-2017-03-01-win32.zip"
- "curl -fsSL -o ghdl.zip https://github.com/tgingold/ghdl/releases/download/v0.35/ghdl-0.35-mingw32-mcode.zip"
- "7z x ghdl.zip -oghdl -y"
- "set PATH=%PATH%;ghdl/bin"
- "set PATH=%PATH%;ghdl/GHDL/v0.35-mingw32-mcode/bin"

build: off

Expand Down

0 comments on commit 516605f

Please sign in to comment.