mirror of
https://github.com/enjoy-digital/usb3_pipe.git
synced 2025-01-04 10:18:41 +08:00
add travis-ci
This commit is contained in:
parent
a62fcd090c
commit
790ff574ff
10
.travis.yml
Normal file
10
.travis.yml
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
language: python
|
||||||
|
dist: Xenial
|
||||||
|
python: "3.6"
|
||||||
|
|
||||||
|
install:
|
||||||
|
# Get Migen / LiteX / Cores
|
||||||
|
- wget https://raw.githubusercontent.com/enjoy-digital/litex/master/litex_setup.py
|
||||||
|
- python3 litex_setup.py init install
|
||||||
|
|
||||||
|
script: python setup.py test
|
Loading…
x
Reference in New Issue
Block a user