Re-enable Windows job

This commit is contained in:
Vidar Holen 2020-07-05 20:30:25 -07:00
parent 9793d94206
commit 7a9dbc042b
1 changed files with 6 additions and 5 deletions

View File

@ -13,11 +13,11 @@ jobs:
create: create:
name: ws-linux name: ws-linux
paths: deploy paths: deploy
# - env: BUILD=windows - env: BUILD=windows
# workspaces: workspaces:
# create: create:
# name: ws-windows name: ws-windows
# paths: deploy paths: deploy
- env: BUILD=armv6hf - env: BUILD=armv6hf
workspaces: workspaces:
create: create:
@ -42,6 +42,7 @@ jobs:
- ws-linux - ws-linux
- ws-armv6hf - ws-armv6hf
- ws-aarch64 - ws-aarch64
- ws-windows
script: script:
- ls -la ${CASHER_DIR}/ || true - ls -la ${CASHER_DIR}/ || true
# Kludge broken TravisCI workspaces # Kludge broken TravisCI workspaces