From cb7e309966cc0a57a7eb05aeb3564be2c689d2e9 Mon Sep 17 00:00:00 2001 From: Tim 'mithro' Ansell Date: Wed, 8 Apr 2020 23:14:26 -0700 Subject: [PATCH] travis: Run Windows build but allow it to fail. --- .travis.yml | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/.travis.yml b/.travis.yml index c22e4f0a..8f491ae7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,13 +15,16 @@ 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 -- 2.30.2