Switch to wine32

master
Ambrose Chua 2018-07-20 15:03:21 +08:00
parent 53007a8a0b
commit 82f3b78cc4
1 changed files with 2 additions and 1 deletions

View File

@ -2,8 +2,9 @@ pipeline:
build:
image: node:9-stretch
commands:
- dpkg --add-architecture i386
- apt update
- apt install -y zip wine
- apt install -y zip wine wine32
- yarn install
- yarn dist
- for f in assignment-*; do zip -r $f.zip $f; done