Switch to Ninja for the clang build
authorKevin Ottens <kevin.ottens@nextcloud.com>
Thu, 6 Aug 2020 11:25:23 +0000 (13:25 +0200)
committerKevin Ottens (Rebase PR Action) <er-vin@users.noreply.github.com>
Wed, 12 Aug 2020 06:45:13 +0000 (06:45 +0000)
commit571e15c6eb73400f2172ee903e204fc2b1234e93
tree8963f1fd3a0b95d0578ca1c0081e0a1cd3df3a11
parent5116f4d2556b60aea8c198b11c59fe844dc266f6
Switch to Ninja for the clang build

Clang is generally slower to compile than GCC so use a faster Make for
that build variant. This also allows us to verify our CMake files don't
do anything Make specific.

Signed-off-by: Kevin Ottens <kevin.ottens@nextcloud.com>
.drone.yml