Skip to content

ci: test

ci: test #35

on:
push:
name: Test makepkg on ubuntu
env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}
jobs:
hello:
runs-on: ubuntu-latest
container:
image: archlinux
options: --user nobody
steps:
- uses: actions/checkout@v4
- run: |
sudo pacman --noconfirm -Syu
sudo pacman --noconfirm -S base-devel sudo wget rust
./packaging/aur.sh v0.3.1-beta
cat PKGBUILD
cat .SRCINFO