Skip to content

Commit

Permalink
Update .appveyor.yml (VUnit#510)
Browse files Browse the repository at this point in the history
* Update .appveyor.yml

* Update .appveyor.yml

* Update .appveyor.yml
  • Loading branch information
kraigher authored Jun 5, 2019
1 parent a537f00 commit cc0e0fd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ environment:

install:
- "git submodule update --init --recursive"
- "%PYTHON%\\python.exe -m pip install -U pip"
- "%PYTHON%\\python.exe -m pip install -U virtualenv"
- "%PYTHON%\\python.exe -m pip install tox"
- "curl -fsSL -o ghdl.zip https://github.com/tgingold/ghdl/releases/download/v0.35/ghdl-0.35-mingw32-mcode.zip"
- "7z x ghdl.zip -o../ghdl -y"
Expand Down

0 comments on commit cc0e0fd

Please sign in to comment.