mirror of
https://git.planet-casio.com/Lephenixnoir/OpenLibm.git
synced 2024-12-28 04:23:41 +01:00
13 lines
190 B
YAML
13 lines
190 B
YAML
language: c
|
|
script: ./.travis.sh
|
|
os:
|
|
- linux
|
|
env:
|
|
- TARGET=host
|
|
- TARGET=arm32
|
|
matrix:
|
|
exclude:
|
|
- os: osx
|
|
env: TARGET=arm32
|
|
notifications:
|
|
email: false
|