mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
travis: Use litex_setup.py from the checked out code.
This commit is contained in:
parent
30f5faf9bc
commit
43242012ea
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ jobs:
|
|||
install:
|
||||
# Get Migen / LiteX / Cores
|
||||
- cd ~/
|
||||
- wget https://raw.githubusercontent.com/enjoy-digital/litex/master/litex_setup.py
|
||||
- cp $TRAVIS_BUILD_DIR/litex_setup.py .
|
||||
- python3 litex_setup.py init install
|
||||
# Install the LiteX version being tested
|
||||
- cd $TRAVIS_BUILD_DIR
|
||||
|
|
Loading…
Reference in a new issue