xcookie.builders.gitlab_ci module

xcookie.builders.gitlab_ci.build_gitlab_ci(self)[source]

Example

>>> from xcookie.builders.gitlab_ci import *  # NOQA
>>> from xcookie.main import XCookieConfig
>>> from xcookie.main import TemplateApplier
>>> config = XCookieConfig(tags=['purepy'])
>>> self = TemplateApplier(config)
>>> text = build_gitlab_ci(self)
>>> print(text)
xcookie.builders.gitlab_ci.build_gitlab_rules(self)[source]
xcookie.builders.gitlab_ci.make_purepy_ci_jobs(self)[source]