mirror of
https://git.planet-casio.com/Lephenixnoir/OpenLibm.git
synced 2024-12-28 20:43:41 +01:00
Exclude arm32 builds on os x.
This commit is contained in:
parent
769a422f06
commit
15007d5476
1 changed files with 4 additions and 0 deletions
|
@ -6,5 +6,9 @@ os:
|
||||||
env:
|
env:
|
||||||
- TARGET=host
|
- TARGET=host
|
||||||
- TARGET=arm32
|
- TARGET=arm32
|
||||||
|
matrix:
|
||||||
|
exclude:
|
||||||
|
- os: osx
|
||||||
|
env: TARGET="arm32"
|
||||||
notifications:
|
notifications:
|
||||||
email: false
|
email: false
|
||||||
|
|
Loading…
Reference in a new issue