mirror of
https://git.planet-casio.com/Lephenixnoir/OpenLibm.git
synced 2024-12-28 04:23:41 +01:00
Test Linux i686
This build fails due to #137, which is resolved by the next commit.
This commit is contained in:
parent
57ed355361
commit
29bf900ede
1 changed files with 7 additions and 0 deletions
|
@ -12,5 +12,12 @@ matrix:
|
|||
- os: linux
|
||||
env: FLAGS="CC=gcc"
|
||||
|
||||
- os: linux
|
||||
env: FLAGS="CC=gcc ARCH=i686" # implies -m32 -march=i686
|
||||
addons:
|
||||
apt:
|
||||
packages:
|
||||
- gcc-multilib
|
||||
|
||||
notifications:
|
||||
email: false
|
||||
|
|
Loading…
Reference in a new issue