hawk/.drone.yml
hyung-hwan 744fd38dfd
Some checks reported errors
continuous-integration/drone/push Build encountered an error
updated .drone.yml
2023-10-20 23:52:29 +09:00

29 lines
643 B
YAML

kind: pipeline
type: docker
name: hawk
platform:
os: linux
arch: amd64
steps:
- name: rocky9
image: docker.io/hyunghwan/gcc.rocky9
commands:
- find . -exec touch -r {} +
- mkdir -p bld/rocky9 && cd bld/rocky9
- ../../configure && make && make check && make rpm
- name: rocky9-release-rpms
image: docker.io/plugins/gitea-release:latest
settings:
files:
- "bld/rocky9/pkgs/RPM/RPMS/*/*.rpm"
- "bld/rocky9/pkgs/RPM/SRPMS/*.src.rpm"
base_url: https://code.miflux.com
api_key:
from_secret: gitea-api-key-to-code-miflux-com
when:
event:
- tag