fix: gcc multilib

This commit is contained in:
jonnypower 2018-04-29 16:03:21 -07:00
parent 81a32de0ce
commit eaa10fbd05
1 changed files with 6 additions and 4 deletions

View File

@ -5,10 +5,12 @@ matrix:
- os: linux
compiler: gcc
script: cd main/source/linux && make
packages:
- g++-6
- g++-6-multilib
- gcc-multilib
env: OPJ_CI_ARCH=i386
addons:
apt:
packages:
- gcc-multilib
- g++-multilib
- os: osx
compiler: clang