mirror of
https://github.com/ENSL/NS.git
synced 2024-11-10 07:11:38 +00:00
fix: gcc multilib
This commit is contained in:
parent
81a32de0ce
commit
eaa10fbd05
1 changed files with 6 additions and 4 deletions
|
@ -5,10 +5,12 @@ matrix:
|
|||
- os: linux
|
||||
compiler: gcc
|
||||
script: cd main/source/linux && make
|
||||
env: OPJ_CI_ARCH=i386
|
||||
addons:
|
||||
apt:
|
||||
packages:
|
||||
- g++-6
|
||||
- g++-6-multilib
|
||||
- gcc-multilib
|
||||
- g++-multilib
|
||||
|
||||
- os: osx
|
||||
compiler: clang
|
||||
|
|
Loading…
Reference in a new issue