8 lines
237 B
YAML
8 lines
237 B
YAML
|
pipeline:
|
||
|
build:
|
||
|
image: 'archlinux:latest'
|
||
|
commands:
|
||
|
- pacman -Syu --needed --noconfirm base-devel
|
||
|
- makepkg -s
|
||
|
- 'curl -F "file=@$(ls *.pkg*)" -H "X-API-KEY: $API_KEY" https://pkgs.rustybever.be/api/publish'
|