mirror of
https://gitlab.com/manzerbredes/i3-colors.git
synced 2025-04-19 03:59:44 +00:00
Update CI + comments
This commit is contained in:
parent
a9774e993f
commit
6c5120e3d1
2 changed files with 12 additions and 0 deletions
|
@ -6,3 +6,12 @@ debian:
|
|||
- pip install PyYAML
|
||||
script:
|
||||
- bash tests/run.sh break
|
||||
|
||||
archlinux:
|
||||
stage: test
|
||||
image: archlinux/base
|
||||
before_script:
|
||||
- pacman -Sy --noconfirm && pacman -S --noconfirm python python-pip
|
||||
- pip install PyYAML
|
||||
script:
|
||||
- bash tests/run.sh break
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue