Skip to content

Commit

Permalink
Try ghdl 0.33 in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
jandecaluwe committed Mar 1, 2016
1 parent 62aa73f commit e1e9ada
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,19 @@ python:
- "3.4"
- "3.5"

# binary install as per travis instructions
# used to install latest version of ghdl
before_script:
- ./scripts/install_ghdl.sh
- export PATH=$PATH:$PWD/ghdl-0.33/bin/

addons:
apt:
sources:
- pgavin-ghdl
# sources:
# - pgavin-ghdl
packages:
- iverilog
- ghdl
# - ghdl

install:
- pip install .
Expand Down
5 changes: 5 additions & 0 deletions scripts/install_ghdl.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/bash#
set -evx
wget https://sourceforge.net/projects/ghdl-updates/files/Builds/ghdl-0.33/debian/ghdl_0.33-1ubuntu1_amd64.deb -O /tmp/ghdl.tar.gz
mkdir ghdl-0.33
tar -C ghdl-0.33 -xvf /tmp/ghdl.tar.gz

0 comments on commit e1e9ada

Please sign in to comment.