1 Star 0 Fork 0

ic-starter/ctags

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.travis.yml 1.48 KB
一键复制 编辑 原始数据 按行查看 历史
#
# Derived from
# https://github.com/steveno/ctags/blob/master/.travis.yml
#
dist: xenial
language: c
os:
- linux
compiler:
- gcc
env:
global:
# The next declaration is the encrypted COVERITY_SCAN_TOKEN, created
# via the "travis encrypt" command using the project repo's public key
- secure: "FZunj1O8PR/2DEEN1tUAFzSxeo3jf2oOLkP7SmOSdeZ8W8QPo/5Nfhlhl0uambYOXOre/p/mCNXjudtsTwKHtq4uP6fejjPJl5cmHBCm/KtIoLnUaDyaSjoq6tKi2duJJhwY9H6X5ILtDxWveRbs5NhmKo9H+c1vHsBg0Wbuslg="
addons:
coverity_scan:
project:
name: "fishman/ctags"
description: "Build submitted via Travis CI"
notification_email: coverityctags@gmail.com
build_command_prepend: "./autogen.sh ; ./configure ; make clean"
build_command: "make -j 4 CFLAGS=-O0"
branch_pattern: master
addons:
apt:
packages:
- binutils-mingw-w64-i686
- gcc-mingw-w64-i686
- libjansson-dev
- libyaml-dev
- libseccomp-dev
- libxml2-dev
- python3-docutils
- sudo
env:
- TARGET=Unix
- TARGET=Mingw32
# Build and run tests. Only with gcc cross compile
script:
- ./misc/travis-check.sh
# Build Matrix configuration
# By default Travis CI runs all possible environment/target combinations.
# This setting allows the exclusion of undesired combination.
# For more information:
# http://docs.travis-ci.com/user/customizing-the-build/#Build-Matrix
matrix:
exclude:
- compiler: clang
env: TARGET=Mingw32
- os: osx
env: TARGET=Mingw32
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/ic-starter/ctags.git
git@gitee.com:ic-starter/ctags.git
ic-starter
ctags
ctags
master

搜索帮助