This commit is contained in:
x
2019-12-19 18:45:14 +01:00
parent fa3a855456
commit 38b7c5fce2

View File

@ -1,5 +1,11 @@
language: c language: c
arch:
- amd64
- arm64
# - s390x
# - ppc64le (gcc > 8.0)
compiler: compiler:
- gcc - gcc
- clang - clang
@ -10,28 +16,22 @@ branches:
script: script:
- make - make
- ./icapp ZIPF
matrix: matrix:
include: include:
- name: Linux arm - name: linux-ppc64le-gcc-9
os: linux env: CC=gcc-9
arch: arm64 arch: ppc64le
compiler: gcc before_install:
- sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
- sudo apt-get -y update
- sudo apt-get -y install gcc-9
- name: Windows-MinGW - name: windows-mingw-w64
arch: amd64
os: windows os: windows
script: script:
- mingw32-make - mingw32-make
- ./icapp ZIPF
- name: macOS, xcode - name: macOS, xcode
os: osx os: osx
# - name: Linux amd64
# os: linux
# arch: amd64
# - name: Power ppc64le
# os: linux-ppc64le
# compiler: gcc