Test there is no regression with `ninja` ...:
cmake -GNinja ..
ninja
... nor `make`:
cmake -G"Unix Makefiles" ..
make
The build now succeeds with `Xcode` (run on OSX):
cmake -GXcode ..
cmake --build ${PWD} # No idea how to invoke xcode, but cmake knows !
Run the Gitian builds.