una-dinosauria / Rayuela.jl

Code for my PhD thesis. Library of quantization-based methods for fast similarity search in high dimensions. Presented at ECCV 18.
MIT License
63 stars 4 forks source link

Travis does not like GPU dependencies #27

Closed una-dinosauria closed 6 years ago

una-dinosauria commented 6 years ago

I am not sure what to do about this. We need a GPU to compile the code and GPU CI is pretty expensive.

una-dinosauria commented 6 years ago

We might be able to use Julia's servers. Following instructions over here: https://github.com/JuliaGPU/gitlab-ci

una-dinosauria commented 6 years ago

We've managed to use gitlab-ci to run our tests. Happy ending.