include 32bit support to run windres used by launch4j, for #1489

master
melvinzhang 2018-02-28 11:46:43 +08:00
parent e360b40625
commit e720e6084a
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ jobs:
docker:
- image: openjdk:8
steps:
- run: apt-get update && apt-get install -y make ant
- run: dpkg --add-architecture i386 && apt-get update && apt-get install -y make ant libstdc++6:i386 libgcc1:i386 zlib1g:i386 libncurses5:i386
- checkout
- run:
command: make circleci