1 Star 0 Fork 0

Velcon-Zheng/bowtie2

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
.travis.yml 2.02 KB
Copy Edit Raw Blame History
dist: xenial
language: cpp
sudo: required
branches:
only:
- master
- cleaner_parsing
- scaling-old-parsing
- batch_parsing
- batch_parsing_output
- blocked_input
- bug_fixes
matrix:
include:
# Linux (gcc4.9)
- os: linux
language: python
python: "3.4"
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.9
- libtbb-dev
- zlib1g-dev
env:
- CC=gcc-4.9
- CXX=g++-4.9
# Linux (gcc8)
- os: linux
language: python
python: "3.8"
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-8
- libtbb-dev
- zlib1g-dev
env:
- CC=gcc-8
- CXX=g++-8
- CXXFLAGS="-fuse-ld=gold"
# MacOS
- os: osx
osx_image: xcode11.2
compiler: clang
env:
- CC=clang
- CXX=clang++
- NPROC="$(sysctl -n hw.activecpu)"
before_install:
- brew unlink python@2
- brew install tbb
- brew install python
# ARM 64-bit
- os: linux
arch: arm64
compiler: gcc
env:
# Set POPCNT_CAPABILITY=0 to avoid build error
- POPCNT_CAPABILITY=0
- NO_TBB=1
script: travis_wait 30 make -j $NPROC allall
# IBM Z (big endian)
# - os: linux
# arch: s390x
# env:
# - POPCNT_CAPABILITY=0
# - NO_TBB=1
# PPC64LE
- os: linux
arch: ppc64le
env:
- POPCNT_CAPABILITY=0
- NO_TBB=1
cache: apt
env:
global:
- NPROC="$(nproc)"
before_script:
- uname -m
- python3 --version
- echo CC=${CC} CXX=${CXX} NPROC=${NPROC}
- $CC --version
- $CXX --version
script: make -j $NPROC allall && make simple-test
notifications:
slack:
secure: tfzT8N1fNV+oSV7tide9WrAj3ifs+LONJ3fCH1tUzexqrx23te4lE0oAj9C1cEMJ4evyRYwHNG8HZoLCOy8EfapqbWm6vgLIlkIBpeZ9E6f2jG6v0YuVDWWpqQC3qdGXCqWtHPjgs3i5OLsLwwQ/LItLoTqpBk2aYv+vGNs2F9g=
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/Velcon-Zheng/bowtie2.git
git@gitee.com:Velcon-Zheng/bowtie2.git
Velcon-Zheng
bowtie2
bowtie2
master

Search

0d507c66 1850385 C8b1a773 1850385