Cache the right .o files.

This commit is contained in:
Nicolás A. Ortega 2016-12-10 17:43:31 +01:00
parent 9b4fa96474
commit 4cbc3fae7d
No known key found for this signature in database
GPG Key ID: 614272579C2070D1

View File

@ -17,4 +17,4 @@ build:
# Cache .o files for faster compiling # Cache .o files for faster compiling
cache: cache:
paths: paths:
- "*.o" - "build/CMakeFiles/indivisible.dir/src/*.o"