Skip to content

Merge pull request #120 from Fraunhofer-IIS/118-collect-code-coverage #50

Merge pull request #120 from Fraunhofer-IIS/118-collect-code-coverage

Merge pull request #120 from Fraunhofer-IIS/118-collect-code-coverage #50

Workflow file for this run

name: package
on:
push:
branches: ["master", "dev"]
jobs:
package:
runs-on: ubuntu-latest
container:
image: ghcr.io/fraunhofer-iis/libjapi_ci
credentials:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v1
with:
submodules: true
- name: Build RPM package
run: ls -la; package/create_rpm.sh
- name: Upload package
uses: actions/upload-artifact@v3
with:
name: Binary RPM
path: package/rpmbuild/RPMS/x86_64/libjapi*.rpm