diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2020-09-29 08:45:20 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2020-09-29 08:45:20 +0200 |
commit | 15ccf43a20ff39f3bce3ad524e34d28216135afb (patch) | |
tree | 9a4e34e79ac6af8f0ad58009f84b4d3b950da66b | |
parent | 0975909e156fa8b80929b60ff847922074ae919d (diff) | |
download | drminfo-15ccf43a20ff39f3bce3ad524e34d28216135afb.tar.gz |
add gitlab ci rpmbuild
-rw-r--r-- | .gitlab-ci.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000..c83d021 --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,7 @@ +stages: + - rpms + - repo + +include: + - project: 'kraxel/rpm-package-builder' + file: 'gitlab-ci-rpms-tito.yml' |