This commit is contained in:
x
2019-10-22 18:55:17 +02:00
parent 4af39744ff
commit 85573c20f5

View File

@ -1,23 +1,12 @@
sudo: required sudo: required
language: generic
language: c matrix:
include:
compiler: - language: c++
- gcc compiler: clang
- clang - language: c++
compiler: gcc
arch: - addons:
- amd64
branches:
only:
- master
script:
- make
- ./icapp ZIPF
- addons:
apt: apt:
sources: sources:
- ubuntu-toolchain-r-test - ubuntu-toolchain-r-test
@ -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