mirror of
https://github.com/jtgans/g13gui.git
synced 2025-06-19 16:03:49 -04:00
drone: Move setup to a separate step
This commit is contained in:
parent
525b410cc2
commit
40440da3ac
@ -4,7 +4,7 @@ type: kubernetes
|
||||
name: tests
|
||||
|
||||
steps:
|
||||
- name: test
|
||||
- name: setup
|
||||
image: archlinux:latest
|
||||
|
||||
settings:
|
||||
@ -22,6 +22,10 @@ steps:
|
||||
commands:
|
||||
- pacman -Sy --noconfirm
|
||||
- pacman -S --noconfirm base-devel python meson lsb-release git
|
||||
|
||||
- name: test
|
||||
image: archlinux:latest
|
||||
commands:
|
||||
- make test
|
||||
|
||||
---
|
||||
|
Loading…
Reference in New Issue
Block a user