xdata-skylark / libskylark

Sketching-based Distributed Matrix Computations for Machine Learning
Other
98 stars 20 forks source link

Migarte to Travis CI #25

Closed iff closed 8 years ago

iff commented 8 years ago

Migrate from our internal ci to travis-ci. Currently we are stuck with this until we have an Elemental deb package (building Elemental requires roughly 1300s). How about caching build artefacts?

poulson commented 8 years ago

@andreasnoack recently added ccache support into Elemental's Travis config. Perhaps the same approach could be grafted into Skylark's Travis config. And, FWIW, I have some time to help with the Debian package again.

iff commented 8 years ago

Thanks for the pointer.. I'll give it a shot.

iff commented 8 years ago

The build is still slow and not using a matrix to test various compilers and MPI implementations (see #29).