From b87e9bc2cb5350354c6e8b9d15ffe41d853bda96 Mon Sep 17 00:00:00 2001 From: x Date: Fri, 20 Dec 2019 20:04:05 +0100 Subject: [PATCH] . --- .travis.yml | 39 ++++++++++++++++++--------------------- 1 file changed, 18 insertions(+), 21 deletions(-) diff --git a/.travis.yml b/.travis.yml index b25a877..8b00489 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,6 +26,24 @@ matrix: arch: arm64 compiler: gcc + - name: windows-mingw-w64 + os: windows + arch: amd64 + script: + - mingw32-make +# - ./icapp ZIPF + + - name: apple-macOS-xcode + os: osx + + - name: linux-ppc64le-gcc-9 + arch: ppc64le + env: CC=gcc-9 + 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: linux-arm64-clang # dist: bionic # os: linux @@ -44,25 +62,4 @@ matrix: # packages: [*apt_packages, 'clang-7'] # env: CC=clang-7 - - name: windows-mingw-w64 - os: windows - arch: amd64 - script: - - mingw32-make -# - ./icapp ZIPF - - - name: apple-macOS-xcode - os: osx - script: - - make - - ./icapp ZIPF - - - name: linux-ppc64le-gcc-9 - arch: ppc64le - env: CC=gcc-9 - before_install: - - sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test - - sudo apt-get -y update - - sudo apt-get -y install gcc-9 -