Merge pull request #459 from mithro/travis-fix

Two small Travis-CI related patches
This commit is contained in:
enjoy-digital 2020-04-09 09:01:59 +02:00 committed by GitHub
commit fdfede2281
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 8 deletions

View File

@ -15,18 +15,21 @@ jobs:
- os: osx
osx_image: xcode10.2 # Includes Python 3.7
language: shell
# - os: windows
# language: shell
# before_install:
# - choco info python3
# - choco install python3
# - export PATH=/c/Python38/:$PATH
# - cp -a /c/Python38/python.exe /c/Python38/python3.exe
- os: windows
language: shell
before_install:
- choco info python3
- choco install python3
- export PATH=/c/Python38/:$PATH
- cp -a /c/Python38/python.exe /c/Python38/python3.exe
allow_failures:
- os: windows
language: shell
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