Skip to content

Commit

Permalink
Fix Travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
gatecat committed May 13, 2018
1 parent e4a3657 commit dc62805
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .travis.yml
@@ -1,6 +1,6 @@
sudo: required
dist: trusty
script: make ICEBOX=/usr/share/fpga-icestorm/chipdb test
script: make test
language: cpp
addons:
apt:
Expand All @@ -15,7 +15,11 @@ addons:
before_install:
- sudo add-apt-repository -y ppa:saltmakrell/ppa
- sudo apt-get -y update
- sudo apt-get -y install yosys fpga-icestorm
- sudo apt-get -y install yosys
- git clone https://github.com/cliffordwolf/icestorm
- cd icestorm
- make -j2 && sudo make install
- cd ../arachne-pnr
os: linux
compiler:
- gcc
Expand Down

0 comments on commit dc62805

Please sign in to comment.