Add hyprwayland-scanner spec file and gitea action
Some checks failed
Build hyprwayland-scanner / Build and push image (push) Failing after 18s
Some checks failed
Build hyprwayland-scanner / Build and push image (push) Failing after 18s
This commit is contained in:
35
.gitea/workflows/build-hyprwayland-scanner.yml
Normal file
35
.gitea/workflows/build-hyprwayland-scanner.yml
Normal file
@@ -0,0 +1,35 @@
|
||||
name: Build hyprwayland-scanner
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
paths:
|
||||
- "hyprwayland-scanner/**"
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
build_push:
|
||||
name: Build and push image
|
||||
runs-on: ubuntu-24.04
|
||||
|
||||
steps:
|
||||
- name: Prepare environment
|
||||
shell: base
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y podman toolbox
|
||||
|
||||
- name: Build RPM
|
||||
uses: https://git.hydrosaber.com/hydros/build-rpm@main
|
||||
with:
|
||||
spec-file-path: ./hyprwayland-scanner/hyprwayland-scanner.spec
|
||||
|
||||
- name: List everything
|
||||
shell: bash
|
||||
run: |
|
||||
echo "Home directory"
|
||||
ls ~
|
||||
echo "Current directory"
|
||||
ls .
|
||||
echo "Supposed rpm location"
|
||||
ls ~/rpm
|
||||
Reference in New Issue
Block a user