.
This commit is contained in:
66
.travis.yml
66
.travis.yml
@ -1,22 +1,11 @@
|
|||||||
sudo: required
|
sudo: required
|
||||||
|
language: generic
|
||||||
language: c
|
matrix:
|
||||||
|
include:
|
||||||
compiler:
|
- language: c++
|
||||||
- gcc
|
compiler: clang
|
||||||
- clang
|
- language: c++
|
||||||
|
compiler: gcc
|
||||||
arch:
|
|
||||||
- amd64
|
|
||||||
|
|
||||||
branches:
|
|
||||||
only:
|
|
||||||
- master
|
|
||||||
|
|
||||||
script:
|
|
||||||
- make
|
|
||||||
- ./icapp ZIPF
|
|
||||||
|
|
||||||
- addons:
|
- addons:
|
||||||
apt:
|
apt:
|
||||||
sources:
|
sources:
|
||||||
@ -28,39 +17,18 @@ script:
|
|||||||
env:
|
env:
|
||||||
- CC=gcc-8 CXX=g++-8
|
- CC=gcc-8 CXX=g++-8
|
||||||
- CXXFLAGS="-fuse-ld=gold"
|
- CXXFLAGS="-fuse-ld=gold"
|
||||||
|
|
||||||
cache: apt
|
cache: apt
|
||||||
|
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
packages:
|
packages:
|
||||||
- libtbb-dev
|
- libtbb-dev
|
||||||
|
# branches:
|
||||||
matrix:
|
# only:
|
||||||
include:
|
# - master
|
||||||
- name: Linux arm
|
# - cleaner_parsing
|
||||||
os: linux
|
# - scaling-old-parsing
|
||||||
arch: arm64
|
# - batch_parsing
|
||||||
compiler: gcc
|
# - batch_parsing_output
|
||||||
|
# - blocked_input
|
||||||
- name: Linux amd64
|
# - bug_fixes
|
||||||
os: linux
|
script: make
|
||||||
|
|
||||||
- name: Windows-MinGW
|
|
||||||
os: windows
|
|
||||||
script:
|
|
||||||
- mingw32-make
|
|
||||||
- ./icapp ZIPF
|
|
||||||
|
|
||||||
- name: macOS, xcode11
|
|
||||||
os: osx
|
|
||||||
osx_image: xcode11
|
|
||||||
|
|
||||||
- name: macOS, xcode9.4
|
|
||||||
os: osx
|
|
||||||
osx_image: xcode9.4
|
|
||||||
|
|
||||||
- name: Power ppc64le
|
|
||||||
os: linux-ppc64le
|
|
||||||
compiler: gcc
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user