Is there a way to schedule a build in gitlab CI?

I would like to run a 32-bit build of a project once every 2 weeks. 64-bit builds are run on every commit. But, rarely some 32-bit formatting issues cause build failure, which are only identified weeks after the offending commit.

Is it possible to schedule such a build in GNOME gitlab CI ?

Thanks!

You can look at the GitLab documentation: https://docs.gitlab.com/ee/ci/pipelines/schedules.html

1 Like

Excellent. Thanks !!

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.