CI/CD at developers fingertips
At tipi we disrupt package management, instead of relying on precompiled libraries with all the risk of ABI mistmatches tipi always builds everything from source to ensure full correctness of the resulting apps.
tipi achieves true efficiency with a modern build cache linked to git revisions. Relying on a very space efficient comprehensive pack, it combines both the advantages of pre-built binaries and builds from sources.
The build cache is enabled by default on remote builds starting from tipi v0.0.35
. To see more of it's inner working try to set the verbosity level -v
to verbose or higher.
Learn more about the cache in our documentation.