ibayer / fastFM-core

A short paper describing the library is available on arXiv.
http://arxiv.org/abs/1505.00641
Other
64 stars 25 forks source link

Run tests on Travis #7

Closed takuti closed 8 years ago

takuti commented 8 years ago

Hello. I have updated .travis.yml and some files to run tests on Travis after finishing the build :white_check_mark:

Importantly, without gsl, tests will be failed on OS X even though I replaced pkg-config --cflags gsl glib-2.0 with pkg-config --cflags glib-2.0. So, I again insert gsl into the brew command. Since its dependency is more complicated than we expected, we need to carefully check if the library can be dropped.

ibayer commented 8 years ago

Hi, running the tests on Travis is great! gsl is only used in the tests (to check the mcmc sampler) if I remember right. We could drop the argp-standalone dependency its only required for the cli interface. #8 But we would have to add it back in if want to check the cli interface too (but I think it's broken for osx anyway).

takuti commented 8 years ago

OK. I understand the situation. I will keep in track this project and help OS X supports as much as possible :)

ibayer commented 8 years ago

:+1: