updated .drone.yml
Some checks reported errors
continuous-integration/drone/push Build encountered an error

This commit is contained in:
hyung-hwan 2023-10-20 23:52:29 +09:00
parent a4aa2a36ae
commit 744fd38dfd

View File

@ -7,20 +7,19 @@ platform:
arch: amd64 arch: amd64
steps: steps:
- name: rockylinux-9 - name: rocky9
image: docker.io/rockylinux:9 image: docker.io/hyunghwan/gcc.rocky9
commands: commands:
- dnf -y install --enablerepo=devel mysql-devel libffi-devel rpm-build gcc gcc-c++
- find . -exec touch -r {} + - find . -exec touch -r {} +
- mkdir -p bld/rockylinux-9 && cd bld/rockylinux-9 - mkdir -p bld/rocky9 && cd bld/rocky9
- ../../configure && make && make check && make rpm - ../../configure && make && make check && make rpm
- name: rockylinux-9-release-rpms - name: rocky9-release-rpms
image: docker.io/plugins/gitea-release:latest image: docker.io/plugins/gitea-release:latest
settings: settings:
files: files:
- "bld/rockylinux-9/pkgs/RPM/RPMS/*/*.rpm" - "bld/rocky9/pkgs/RPM/RPMS/*/*.rpm"
- "bld/rockylinux-9/pkgs/RPM/SRPMS/*.src.rpm" - "bld/rocky9/pkgs/RPM/SRPMS/*.src.rpm"
base_url: https://code.miflux.com base_url: https://code.miflux.com
api_key: api_key:
from_secret: gitea-api-key-to-code-miflux-com from_secret: gitea-api-key-to-code-miflux-com