Skip to content

Commit

Permalink
drone: Move setup to a separate step
Browse files Browse the repository at this point in the history
  • Loading branch information
jtgans committed Mar 29, 2024
1 parent 525b410 commit 40440da
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ type: kubernetes
name: tests

steps:
- name: test
- name: setup
image: archlinux:latest

settings:
Expand All @@ -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

---
Expand Down

0 comments on commit 40440da

Please sign in to comment.