Adjust testing to use the arch build.

This commit is contained in:
June Tate-Gans 2024-03-28 18:17:56 -05:00
parent 109944fb97
commit 64835729ef
2 changed files with 2 additions and 27 deletions

View File

@ -1,29 +1,3 @@
---
kind: pipeline
type: kubernetes
name: tests
steps:
- name: tests
image: archlinux:latest
settings:
registry: gitea.hedron.io
username:
from_secret: username
password:
from_secret: password
repo: gitea.hedron.io/jtgans/g13gui
tags:
- latest
platform: linux/amd64
mtu: 1000
commands:
- pacman -Sy --noconfirm
- makepkg -s
- make test
---
kind: pipeline
type: kubernetes
@ -77,3 +51,4 @@ steps:
- pacman -S --noconfirm base-devel python meson lsb-release git
- chown -R nobody:nobody .
- sudo -u nobody make
- make test

View File

@ -29,7 +29,7 @@ install: ${DISTRO}-install
manjaro:
mkdir -p build
makepkg --nodeps
makepkg -s
mv g13gui*.pkg.tar.zst build
manjaro-clean: