mirror of
https://git.planet-casio.com/Lephenixnoir/OpenLibm.git
synced 2024-12-28 04:23:41 +01:00
9101f61238
This builds Openlibm on the Travis build host (x86) and also cross-compiles to ARM. Note: the tests currently fail on ARM, as noted in https://github.com/JuliaLang/openlibm/issues/18
5 lines
67 B
YAML
5 lines
67 B
YAML
language: c
|
|
script: ./.travis.sh
|
|
env:
|
|
- TARGET=host
|
|
- TARGET=arm32
|