1 Star 0 Fork 3

rocket049/libfaketime

forked from zxf/libfaketime 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.travis.yml 434 Bytes
一键复制 编辑 原始数据 按行查看 历史
a1346054 提交于 2021-09-22 04:33 +08:00 . Trim excess whitespace
language: c
matrix:
include:
- os: linux
arch: amd64
compiler: gcc
- os: linux
arch: ppc64le
compiler: gcc
- os: osx
osx_image: xcode11
script:
- cd ${TRAVIS_BUILD_DIR}
- if [ "$TRAVIS_ARCH" = ppc64le ]; then
FAKETIME_COMPILE_CFLAGS="-DFORCE_MONOTONIC_FIX -DFORCE_PTHREAD_NONVER" make;
else
FAKETIME_COMPILE_CFLAGS="-DFORCE_MONOTONIC_FIX" make;
fi
- make test
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/rocket049/libfaketime.git
git@gitee.com:rocket049/libfaketime.git
rocket049
libfaketime
libfaketime
master

搜索帮助