Commit afade589 authored by Chiggs's avatar Chiggs

Change PATH

parent 495bdb2e
...@@ -3,8 +3,9 @@ language: python ...@@ -3,8 +3,9 @@ language: python
python: python:
- "2.7" - "2.7"
before_install: before_install:
- curl checkip.dyndns.org
- wget https://www.dropbox.com/s/xvum1md2deppgre/quartus_14.0.tar.gz?dl=0 - wget https://www.dropbox.com/s/xvum1md2deppgre/quartus_14.0.tar.gz?dl=0
- mv quartus* quartus_14.0.tar.gz - mv quartus* quartus_14.0.tar.gz
- tar -zxf quartus_14.0.tar.gz - tar -zxf quartus_14.0.tar.gz
script: script:
- cd syn && PATH=$PWD/altera/14.0/quartus/bin:$PATH make - cd syn && PATH=$PWD/../altera/14.0/quartus/bin:$PATH make
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment