代码拉取完成,页面将自动刷新
---
#------------------------------------------------------------------------------
# TravisCI configuration file for FISCO-BCOS
# ------------------------------------------------------------------------------
# This file is part of FISCO-BCOS.
#
# FISCO-BCOS is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# FISCO-BCOS is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with FISCO-BCOS. If not, see <http://www.gnu.org/licenses/>
#
# (c) 2016-2018 FISCO-BCOS contributors.
branches:
only:
- /.*/
env:
global:
- TRAVIS_BUILD_TYPE=RelWithDebInfo
- TRAVIS_TESTS=ON
- CCACHE_DIR=$TRAVIS_BUILD_DIR/ccache
matrix:
fast_finish: true
include:
# - language: python
# python: 3.6
# dist: xenial
# before_cache:
# cache:
# addons:
# before_install:
# install:
# script: |
# bash ./tools/ci/security_audit.sh
# webhooks:
- language: cpp
os: linux
dist: xenial
sudo: required
env:
- CACHE_NAME=ubuntu16
- ZIP_SUFFIX=ubuntu-xenial
- language: cpp
arch: arm64
os: linux
dist: bionic
sudo: required
env:
- CACHE_NAME=ubuntu18
- ZIP_SUFFIX=ubuntu-bionic
git:
depth: 1
cache:
directories:
- $TRAVIS_BUILD_DIR/deps
- $TRAVIS_BUILD_DIR/ccache
before_cache:
# - rm -rf $TRAVIS_BUILD_DIR/build/nodes $TRAVIS_BUILD_DIR/build/bin
addons:
apt:
packages:
- cmake
- libssl-dev
- clang
- ccache
# - ninja-build
- libomp-dev
- openssl
homebrew:
packages:
- openssl
- ccache
- go
install: |
#if [[ $TRAVIS_OS_NAME == linux && "$TRAVIS_BRANCH" != "master" ]]; then
# bash tools/ci/check-commit.sh;
#fi
script: |
if [[ $TRAVIS_OS_NAME == linux ]]; then
cmake -DARCH_NATIVE=ON . && make -j2 && cd tools && bash ci/ci_check.sh
else
CC=/usr/bin/clang CXX=/usr/bin/clang++ cmake . && \
make -j2 && cd tools && bash ci/ci_check.sh
fi
after_success: |
if [[ "${TRAVIS_OS_NAME}" == "osx" && ! -z "${TRAVIS_TAG}" ]]; then
pwd && ls -al ./ && cd $TRAVIS_BUILD_DIR/build/bin && strip fisco-bcos && tar -zcf fisco-bcos-macOS.tar.gz fisco-bcos && \
go get github.com/tcnksm/ghr && ls -R ~/go/bin/ && ~/go/bin/ghr -t ${GITHUB_TOKEN} -u ${PROJECT_USERNAME} -r ${PROJECT_REPONAME} -replace ${TRAVIS_TAG} ${TRAVIS_BUILD_DIR}/build/bin/fisco-bcos-macOS.tar.gz
fi
after_failure:
# rm -rf $TRAVIS_BUILD_DIR/build $TRAVIS_BUILD_DIR/deps
webhooks:
urls:
- https://webhooks.gitter.im/e/334c46f8aee9f5fb65dc
on_success: change # options: [always|never|change] default: always
on_failure: always # options: [always|never|change] default: always
on_start: never # options: [always|never|change] default: always
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。