mirror of
https://github.com/jtgans/g13gui.git
synced 2025-06-20 00:14:09 -04:00
arch: Move the upgrade to the actual test run
This commit is contained in:
parent
090419e97f
commit
f04ca75669
@ -20,7 +20,7 @@ steps:
|
|||||||
mtu: 1000
|
mtu: 1000
|
||||||
|
|
||||||
commands:
|
commands:
|
||||||
- pacman -Syu --noconfirm
|
- pacman -Sy --noconfirm
|
||||||
- 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
|
||||||
@ -32,7 +32,7 @@ steps:
|
|||||||
- build
|
- build
|
||||||
|
|
||||||
commands:
|
commands:
|
||||||
- pacman -Sy --noconfirm
|
- pacman -Syu --noconfirm
|
||||||
- pacman -U --noconfirm build/g13gui*.zst
|
- pacman -U --noconfirm build/g13gui*.zst
|
||||||
- python3 -m g13gui.tests
|
- python3 -m g13gui.tests
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user