build/lattice/prjtrellis: test and fix iowrapper multi-bit signals support
[litex.git] / .travis.yml
index 8c1bb1a9aec928f1a6d06b50012ea6cf53541bc1..f870e95e007201afe6f1e804c802945f4fb5914c 100644 (file)
@@ -1,23 +1,19 @@
 language: python
 python:
 - "3.4"
- "3.6"
 
 install:
-  # Install iverilog package.
-  - "sudo add-apt-repository -y ppa:mithro/iverilog-backport"
-  - "sudo apt-get update"
-  - "sudo apt-get install iverilog"
-  - "iverilog -v; true"
-  # Build the vpi module.
-  - "(cd vpi; make; sudo make install)"
+ - wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh
+ - bash miniconda.sh -b -p $HOME/miniconda
+ - export PATH="$HOME/miniconda/bin:$PATH"
+ - hash -r
+ - conda config --set always_yes yes --set changeps1 no
 
-script:
-  - "python setup.py test"
+before_script:
+ - export -f travis_nanoseconds
+ - export -f travis_fold
+ - export -f travis_time_start
+ - export -f travis_time_finish
 
-notifications:
-  irc:
-    channels:
-      - chat.freenode.net#m-labs
-    template:
-      - "%{repository}#%{build_number} (%{branch} - %{commit} : %{author}): %{message}"
-      - "Build details : %{build_url}"
+script:
+ - ./.travis-build-socs.sh