Add gitlab config
This commit is contained in:
@@ -62,8 +62,12 @@ services = [
|
||||
dst_config_path='.travis.yml',
|
||||
badge_md='[](https://travis-ci.org/joerick/cibuildwheel)',
|
||||
),
|
||||
# CIService(
|
||||
# name='gitlab', src_config_path='gitlab-minimal.yml', dst_config_path='.gitlab-ci.yml'),
|
||||
CIService(
|
||||
name='gitlab',
|
||||
src_config_path='gitlab-minimal.yml',
|
||||
dst_config_path='.gitlab-ci.yml',
|
||||
badge_md='[](https://gitlab.com/joerick/cibuildwheel/-/commits/{branch})'
|
||||
),
|
||||
]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user