Update build-fc40.yml
This commit is contained in:
parent
426e806355
commit
7d14c1c6f9
6
.github/workflows/build-fc40.yml
vendored
6
.github/workflows/build-fc40.yml
vendored
@ -16,12 +16,18 @@ jobs:
|
||||
- name: Setup RPM Source
|
||||
run: mkdir -p ./SOURCES && tar -pczf ./SOURCES/fedora-kernel-manager.tar.gz --exclude="../$(basename "$PWD")/SOURCES/fedora-kernel-manager.tar.gz" ../$(basename "$PWD")
|
||||
|
||||
- name: Debuuuuuuug0
|
||||
run: dnf install tree -y
|
||||
|
||||
- name: Get RPM Spec BuildRequires
|
||||
run: dnf install wget cpio mock tar pykickstart fedpkg libvirt fedora-packager rpmdevtools 'dnf-command(builddep)' -y && dnf builddep fedora-kernel-manager.spec -y
|
||||
|
||||
- name: Build RPM package
|
||||
run: rpmbuild -bb fedora-kernel-manager.spec --define "_rpmdir $(pwd)/packages" --define "_topdir $(pwd)/"
|
||||
|
||||
- name: Debuuuuuuug1
|
||||
run: rm -rf ./target && tree
|
||||
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-artifact@v1.0.0
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user