代码拉取完成,页面将自动刷新
#
# 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
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。