mirror of
https://github.com/jtgans/g13gui.git
synced 2025-06-20 00:14:09 -04:00
Rework the test build
This commit is contained in:
parent
96de0863ed
commit
d8e7243a98
27
.drone.yml
27
.drone.yml
@ -1,3 +1,29 @@
|
||||
---
|
||||
kind: pipeline
|
||||
type: kubernetes
|
||||
name: tests
|
||||
|
||||
steps:
|
||||
- name: test
|
||||
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
|
||||
- pacman -S --noconfirm base-devel python meson lsb-release git
|
||||
- make test
|
||||
|
||||
---
|
||||
kind: pipeline
|
||||
type: kubernetes
|
||||
@ -51,4 +77,3 @@ steps:
|
||||
- pacman -S --noconfirm base-devel python meson lsb-release git
|
||||
- chown -R nobody:nobody .
|
||||
- sudo -u nobody make
|
||||
- make test
|
||||
|
Loading…
Reference in New Issue
Block a user