Skip to content

Commit 44f0864

Browse files
committed
Adidng build rpm workflow
1 parent b15c1b0 commit 44f0864

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

.github/workflows/build-rpm.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name: RPM Build
2+
3+
on:
4+
pull_request:
5+
branches:
6+
- master
7+
push:
8+
branches:
9+
- master
10+
11+
12+
jobs:
13+
build-rpm:
14+
runs-on: ubuntu-latest
15+
steps:
16+
- name: Build RPM
17+
uses: mmornati/docker-mock-rpmbuilder@master
18+
env = {
19+
SPEC_FILE = "rpm/scitokens-cpp.spec"
20+
SOURCES = $GITHUB_WORKSPACE
21+
MOCK_CONFIG = "epel-7-x86_64"
22+
}

0 commit comments

Comments
 (0)