Add in a tests phase.

This commit is contained in:
June Tate-Gans 2024-03-28 18:14:27 -05:00
parent 17cae9cea8
commit 109944fb97

View File

@ -1,3 +1,29 @@
---
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 kind: pipeline
type: kubernetes type: kubernetes
@ -51,4 +77,3 @@ steps:
- pacman -S --noconfirm base-devel python meson lsb-release git - pacman -S --noconfirm base-devel python meson lsb-release git
- chown -R nobody:nobody . - chown -R nobody:nobody .
- sudo -u nobody make - sudo -u nobody make