1 Star 0 Fork 4

BreezeKevin/safeclib

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.drone.yml 1018 Bytes
一键复制 编辑 原始数据 按行查看 历史
Reini Urban 提交于 2022-01-30 05:52 +08:00 . drone: upgrade a bit
---
kind: pipeline
type: docker
name: arm64
platform:
os: linux
arch: arm64
steps:
- name: arm64v8-fedora
image: arm64v8/fedora
commands:
- uname -a
- dnf install -y --repo fedora gcc bash make file git automake autoconf which
libtool perl-Text-Diff pkgconf-pkg-config
- build-aux/autogen.sh
- build-aux/conf-make-check.sh
# https://docker-runner.docs.drone.io/configuration/trigger/
trigger:
branch:
- archs
- master
---
kind: pipeline
type: docker
name: arm32
platform:
os: linux
arch: arm
steps:
- name: arm32v7-debian
image: arm32v7/debian
commands:
- uname -a
- apt-get update -qq
- apt-get install -yq --no-install-suggests --no-install-recommends
build-essential file bash gcc make autotools-dev automake autoconf libtool
libtext-diff-perl pkg-config
- build-aux/autogen.sh
- build-aux/conf-make-check.sh
trigger:
branch:
- archs
- master
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/breezekevin/safeclib.git
git@gitee.com:breezekevin/safeclib.git
breezekevin
safeclib
safeclib
master

搜索帮助