JuliaMath / openspecfun

A collection of special mathematical functions
Other
35 stars 20 forks source link

Enable Travis #44

Closed Keno closed 4 years ago

Keno commented 8 years ago

It would be good to enable CI for both the openlibm and non-openlibm build (ideally both glibc and musl). cc @tkelman

ghost commented 8 years ago

+1

tkelman commented 8 years ago

Testing musl on travis would not be straightforward. On an alternative service to travis that lets you more easily run all tests in a docker container of your choosing, maybe. Someone needs to write tests and put the build steps in a yml file. That effort may be better spent porting this code to Julia though, finishing up https://github.com/nolta/SpecialFunctions.jl

Keno commented 8 years ago

Ok, at least the glibc build then.

tkelman commented 8 years ago

There's a chance I may have already enabled it but with "only build branches with .travis.yml" set.