1 Star 0 Fork 33

zhantgxiaobo / third_party_libexif

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.cirrus.yml 764 Bytes
一键复制 编辑 原始数据 按行查看 历史
# Cirrus CI configuration
# https://cirrus-ci.com/github/libexif/libexif
task:
name: FreeBSD
freebsd_instance:
matrix:
image_family: freebsd-13-0
image_family: freebsd-12-2
image_family: freebsd-11-4
env:
# Set to 10 instead of 1 to avoid problems when new commits are submitted
# during a run.
CIRRUS_CLONE_DEPTH: 10
CFLAGS: -Wall -Wextra -O2
MAKE_FLAGS: -j 2
pkginstall_script:
- pkg install -y autoconf automake libtool gettext-tools gettext-runtime
configure_script:
- autoreconf -sivf
- ./configure --disable-dependency-tracking CFLAGS="$CFLAGS" || { tail -300 config.log; false; }
compile_script:
- make V=1
test_script:
- make V=1 check
install_script:
- make V=1 install
1
https://gitee.com/zhantgxiaobo/third_party_libexif.git
git@gitee.com:zhantgxiaobo/third_party_libexif.git
zhantgxiaobo
third_party_libexif
third_party_libexif
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891