Skip to content

Commit

Permalink
attempting pnp4nagios again
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Schoeller committed Oct 19, 2024
1 parent 8cc37a6 commit 8446d03
Show file tree
Hide file tree
Showing 2 changed files with 516 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,24 @@ jobs:
name: Thruk RPMs
path: ${{ steps.build.outputs.rpm_dir_path }}

build-pnp4nagios:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- name: build PNP4Nagios packages
id: build
uses: UCBoulder/oit-sepe-rpmbuild@master
with:
spec_file: "pnp4nagios.spec"
additional_repos: '["epel-release"]'

- name: Upload artifact
uses: actions/upload-artifact@v4
with:
name: PNP4Nagios RPMs
path: ${{ steps.build.outputs.rpm_dir_path }}
publish-rpms:
if: ${{ startsWith(github.ref, 'refs/tags/') }}
runs-on: ubuntu-latest
Expand All @@ -159,6 +177,7 @@ jobs:
- build-libthruk
- build-thruk
- build-merlin
- build-pnp4nagios
steps:
- uses: actions/download-artifact@v4
with:
Expand Down
Loading

0 comments on commit 8446d03

Please sign in to comment.