5 Star 0 Fork 1

OpenHarmony-SIG/third_party_libmtp

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.travis.yml 783 Bytes
一键复制 编辑 原始数据 按行查看 历史
language: c
os:
- linux
env:
- EXTRALIBS="gettext libusb-dev"
- EXTRALIBS="gettext libusb-1.0-0-dev"
# Note: Keep the sudo commands in .travis.yml - they do not work from
# a helper shell script.
before_install:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install $(sh .travis-translate-pkgs $EXTRALIBS); fi
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get update -qq; fi
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get install -y $(sh .travis-translate-pkgs $EXTRALIBS); fi
compiler:
- clang
- gcc
script:
- export PATH=/usr/local/opt/gettext/bin:$PATH ; echo "n" | sh ./autogen.sh
- make && make check
notifications:
email:
on_success: change
on_failure: always
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/openharmony-sig/third_party_libmtp.git
git@gitee.com:openharmony-sig/third_party_libmtp.git
openharmony-sig
third_party_libmtp
third_party_libmtp
master

搜索帮助