mirror of
https://git.planet-casio.com/Lephenixnoir/OpenLibm.git
synced 2024-12-28 04:23: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:
|
||||
- TARGET=host
|
||||
- TARGET=arm32
|
||||
matrix:
|
||||
exclude:
|
||||
- os: osx
|
||||
env: TARGET="arm32"
|
||||
notifications:
|
||||
email: false
|
||||
|
|
Loading…
Reference in a new issue