litex/.travis.yml

24 lines
536 B
YAML
Raw Normal View History

language: python
python:
- "3.4"
2015-04-14 04:28:57 -04:00
install:
2015-04-14 04:28:57 -04:00
# 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)"
2015-04-14 04:28:57 -04:00
script:
2015-04-14 04:28:57 -04:00
- "python setup.py test"
2015-04-14 11:30:52 -04:00
notifications:
irc:
channels:
- chat.freenode.net#m-labs
template:
- "%{repository}#%{build_number} (%{branch} - %{commit} : %{author}): %{message}"
- "Build details : %{build_url}"