travis: Run Windows build but allow it to fail.
authorTim 'mithro' Ansell <me@mith.ro>
Thu, 9 Apr 2020 06:14:26 +0000 (23:14 -0700)
committerTim 'mithro' Ansell <me@mith.ro>
Thu, 9 Apr 2020 06:14:55 +0000 (23:14 -0700)
.travis.yml

index c22e4f0a1b19c007581a54e815b39a85ed3f3e06..8f491ae739ee301bace801fb38980757d49cc232 100644 (file)
@@ -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