build rpm
Some checks failed
RPM Build / build (push) Failing after 48s
Some checks failed
RPM Build / build (push) Failing after 48s
This commit is contained in:
14
.gitea/workflows/rpm.yaml
Normal file
14
.gitea/workflows/rpm.yaml
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
name: RPM Build
|
||||||
|
on: push
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
|
- name: build RPM package
|
||||||
|
id: rpm
|
||||||
|
uses: naveenrajm7/rpmbuild@master
|
||||||
|
with:
|
||||||
|
spec_file: gsettings-desktop-schemas.spec
|
||||||
Reference in New Issue
Block a user