So that the overall pipeline time isn't extended too much.
build:darwin:
<<: *test_nodep
+ stage: extended # it takes lots of time ATM
when: delayed
only: # trigger job only in the main repo
refs:
- $SKIP_CI == "1"
start_in: 10 minutes # give the build in Travis CI time to finish
# ^^ Travis takes around 20m recently and the CI script waits for 15m,
- # and it gets ran a bit later due to the build phase.
+ # and it gets ran a bit later due to the previous phase(s).
script:
- ci/travis.py ${CI_COMMIT_REF_NAME}