1 Star 0 Fork 0

github--fork/libfaketime

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.travis.yml 434 Bytes
一键复制 编辑 原始数据 按行查看 历史
a1346054 提交于 2021-09-21 20:33 . 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
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/github--fork/libfaketime.git
git@gitee.com:github--fork/libfaketime.git
github--fork
libfaketime
libfaketime
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385