mirror of
https://github.com/enjoy-digital/usb3_pipe.git
synced 2025-01-04 10:18:41 +08:00
11 lines
239 B
YAML
11 lines
239 B
YAML
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
|