1 Star 0 Fork 0

bluesubmarine/HDiffPatch

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.travis.yml 1.05 KB
一键复制 编辑 原始数据 按行查看 历史
sisong 提交于 2018-11-06 08:23 . 修正xcode项目的路径问题;
language: cpp
matrix:
include:
- os: linux
compiler: clang
- os: linux
compiler: gcc
- os: linux
compiler: arm-linux-gnueabi-gcc
addons:
apt:
packages:
- qemu
- gcc-arm-linux-gnueabi
- libc-dev-armel-cross
env: CHOST=arm-linux-gnueabi
- os: osx
osx_image: xcode9.4
script:
- git clone https://github.com/sisong/lzma.git ../lzma
- git clone https://github.com/sisong/lz4.git ../lz4
- git clone https://github.com/sisong/zstd.git ../zstd
- make
- if [[ $TRAVIS_OS_NAME == osx ]]; then xcodebuild -workspace builds/xcode/HDiffPatch.xcworkspace -scheme hdiffz -configuration Release OBJROOT=$PWD/bin SYMROOT=$PWD/bin; fi
- if [[ $TRAVIS_OS_NAME == osx ]]; then xcodebuild -workspace builds/xcode/HDiffPatch.xcworkspace -scheme hpatchz -configuration Release OBJROOT=$PWD/bin SYMROOT=$PWD/bin; fi
- if [[ $TRAVIS_OS_NAME == osx ]]; then xcodebuild -workspace builds/xcode/HDiffPatch.xcworkspace -scheme unitTest -configuration Release OBJROOT=$PWD/bin SYMROOT=$PWD/bin; fi
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/lukeson/HDiffPatch.git
[email protected]:lukeson/HDiffPatch.git
lukeson
HDiffPatch
HDiffPatch
master

搜索帮助