Skip to content

Commit

Permalink
Adjust testing to use the arch build.
Browse files Browse the repository at this point in the history
  • Loading branch information
jtgans committed Mar 28, 2024
1 parent 109944f commit 6483572
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 27 deletions.
27 changes: 1 addition & 26 deletions .drone.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ install: ${DISTRO}-install

manjaro:
mkdir -p build
makepkg --nodeps
makepkg -s
mv g13gui*.pkg.tar.zst build

manjaro-clean:
Expand Down

0 comments on commit 6483572

Please sign in to comment.