andersonpd / eris

A new library for the D programming language
7 stars 0 forks source link

wish: please add travis-ci support #5

Open denizzzka opened 9 years ago

denizzzka commented 9 years ago

sample: https://github.com/denizzzka/dpq2/blob/master/.travis.yml

andersonpd commented 9 years ago

Etienne --

I appreciate the interest.

I've taken a look at the travis-ci webpage and I will add it to githup for eris. It might take a few days.

I also need to add some actual content to README.md.

I'm trying to get the eris.decimal.math into shape before the DConf

  1. Currently struggling with argument reduction for trigonometric and exponential functions. The implementation of the standard is complete with the exception of a couple of minor pickups.

Big things yet to do:

Continue implementation and testing of the decimal32, decimal64 and decimal128 types.

Replace my "extended integer" implementation with std.bigint. I haven't done this before because were a few things that std.bigint doesn't do (or didn't do -- I haven't checked in a while).

Any comments, suggestions or questions are welcome. If you want to contribute, let me know.

Thanks,

Paul

On 4/17/2015 10:50 PM, Denis Feklushkin wrote:

otherwise it isn't obvious how to use it

sample: https://github.com/denizzzka/dpq2/blob/master/.travis.yml

— Reply to this email directly or view it on GitHub https://github.com/andersonpd/eris/issues/5.

wilzbach commented 8 years ago

This is now a lot easier, just add .travis.yml with

language: d

more details