mac build on travis - michaelkirk/QGIS GitHub Wiki
After much tinkering, the build is compiling.
Slow Build
The test's are running, but the build takes too long.
Time Line (approximate)
- 00:00 build starts
- 02:00 setup starts (
brew update && brew install
) - 13:00 setup finishes / configure starts (
cmake
) - 13:30 configure finishes / compiling starts (
make -j2
) - 50:00 compiling finishes / test run starts
One time compiling did finish in time, but no tests were found. Another time, compilation only got 75% finished.
compiling
1.5 virtual cores. We're already doing make -j 2, so perhaps that's not helpful. Though maybe the documentation is just referring to ubuntu boxes. Maybe macos is on more cores.
caching
Caching is available on the mac platform only if you are on a private box.
On Mon, Feb 2, 2015 at 2:44 AM, Travis CI Support <[email protected]> wrote:
Hey Michael,
Thanks for your email and for bringing this to our attention.
Caching is indeed available on the Mac platform, but only for private repositories.
We'll update the documentation.
Thank you!
Cheers, Mathias