travis: Run Windows build but allow it to fail.

This commit is contained in:
Tim 'mithro' Ansell 2020-04-08 23:14:26 -07:00
parent 43242012ea
commit cb7e309966

View file

@ -15,13 +15,16 @@ jobs:
- os: osx - os: osx
osx_image: xcode10.2 # Includes Python 3.7 osx_image: xcode10.2 # Includes Python 3.7
language: shell language: shell
# - os: windows - os: windows
# language: shell language: shell
# before_install: before_install:
# - choco info python3 - choco info python3
# - choco install python3 - choco install python3
# - export PATH=/c/Python38/:$PATH - export PATH=/c/Python38/:$PATH
# - cp -a /c/Python38/python.exe /c/Python38/python3.exe - cp -a /c/Python38/python.exe /c/Python38/python3.exe
allow_failures:
- os: windows
language: shell
install: install:
# Get Migen / LiteX / Cores # Get Migen / LiteX / Cores