argbColors/.woodpecker/woodpecker.yml
Dmitry Isaenko aa83e2277a
All checks were successful
ci/woodpecker/manual/woodpecker Pipeline was successful
Let's say it's v0.3
2025-05-11 17:58:49 +03:00

13 lines
339 B
YAML

steps:
- name: build-archieve
when:
event: [tag, push]
image: alpine:3
commands:
- echo "FIX ME"
- apk update && apk add libusb-dev make gcc musl-dev argp-standalone
- make
- mkdir -p /builds/argbColors
- cp bin/argbColors /builds/argbColors/
volumes:
- /home/www/builds:/builds