mirror of
https://git.planet-casio.com/Lephenixnoir/OpenLibm.git
synced 2024-12-28 20:43:41 +01:00
Enable tests on OS X too.
Add Travis badge.
This commit is contained in:
parent
79affe971d
commit
769a422f06
2 changed files with 8 additions and 3 deletions
|
@ -1,7 +1,10 @@
|
||||||
language: c
|
language: c
|
||||||
script: ./.travis.sh
|
script: ./.travis.sh
|
||||||
|
os:
|
||||||
|
- linux
|
||||||
|
- osx
|
||||||
env:
|
env:
|
||||||
- TARGET=host
|
- TARGET=host
|
||||||
- TARGET=arm32
|
- TARGET=arm32
|
||||||
notifications:
|
notifications:
|
||||||
email: false
|
email: false
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
## OpenLibm
|
## OpenLibm
|
||||||
|
|
||||||
|
[![Build Status](https://travis-ci.org/JuliaLang/openlibm.svg?branch=master)](https://travis-ci.org/JuliaLang/openlibm)
|
||||||
|
|
||||||
[OpenLibm](http://www.openlibm.org) is an effort to have a high quality, portable, standalone
|
[OpenLibm](http://www.openlibm.org) is an effort to have a high quality, portable, standalone
|
||||||
C mathematical library ([`libm`](http://en.wikipedia.org/wiki/libm)).
|
C mathematical library ([`libm`](http://en.wikipedia.org/wiki/libm)).
|
||||||
It can be used standalone in applications and programming language
|
It can be used standalone in applications and programming language
|
||||||
|
|
Loading…
Reference in a new issue