.gitlab-ci.yml: Ensure we compile before we start the main parallel testing
authorAndrew Bartlett <abartlet@samba.org>
Fri, 11 Sep 2020 06:06:51 +0000 (18:06 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Fri, 23 Oct 2020 03:25:35 +0000 (03:25 +0000)
commit09479bf0ee12b8187736b0d6f4dcf0303569169a
tree9b24ade35d7eebfafc5111f8976191f602c69c66
parent48c9b699065bd4d8a02048b4492237a36e81b497
.gitlab-ci.yml: Ensure we compile before we start the main parallel testing

This build can be as fast as 10mins if the ccache matches and there
are few tests.  Therefore put it first as a sentinal.

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
.gitlab-ci.yml