2022-09-24 17:11:36 +00:00
|
|
|
kind: pipeline
|
|
|
|
type: docker
|
|
|
|
name: hawk
|
|
|
|
|
|
|
|
platform:
|
|
|
|
os: linux
|
|
|
|
arch: amd64
|
|
|
|
|
|
|
|
steps:
|
2023-10-20 14:52:29 +00:00
|
|
|
- name: rocky9
|
|
|
|
image: docker.io/hyunghwan/gcc.rocky9
|
2022-09-24 17:11:36 +00:00
|
|
|
commands:
|
|
|
|
- find . -exec touch -r {} +
|
2023-10-20 14:52:29 +00:00
|
|
|
- mkdir -p bld/rocky9 && cd bld/rocky9
|
2022-09-24 17:11:36 +00:00
|
|
|
- ../../configure && make && make check && make rpm
|
2022-09-26 10:27:08 +00:00
|
|
|
|
2023-10-20 14:52:29 +00:00
|
|
|
- name: rocky9-release-rpms
|
2022-09-26 10:27:08 +00:00
|
|
|
image: docker.io/plugins/gitea-release:latest
|
|
|
|
settings:
|
|
|
|
files:
|
2023-10-20 14:52:29 +00:00
|
|
|
- "bld/rocky9/pkgs/RPM/RPMS/*/*.rpm"
|
|
|
|
- "bld/rocky9/pkgs/RPM/SRPMS/*.src.rpm"
|
2022-09-26 10:27:08 +00:00
|
|
|
base_url: https://code.miflux.com
|
|
|
|
api_key:
|
|
|
|
from_secret: gitea-api-key-to-code-miflux-com
|
2022-09-26 10:34:17 +00:00
|
|
|
when:
|
|
|
|
event:
|
|
|
|
- tag
|