Skip to content

Use 'needs' in CI pipeline

Duncan Macleod requested to merge duncanmmacleod/nds2-client:ci-dag-needs into master

This allows execution of the client-swig-build job for a given platform as soon as its client-build job is complete (without waiting for the other client-build jobs to finish). See https://docs.gitlab.com/ee/ci/directed_acyclic_graph/.

Merge request reports