.
This commit is contained in:
26
.travis.yml
26
.travis.yml
@ -17,10 +17,20 @@ branches:
|
|||||||
script:
|
script:
|
||||||
- make
|
- make
|
||||||
- cat /proc/cpuinfo
|
- cat /proc/cpuinfo
|
||||||
- ./icapp ZIPF
|
# - ./icapp ZIPF
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
|
- name: linux-ppc64le-gcc-9
|
||||||
|
os: linux
|
||||||
|
arch: ppc64le
|
||||||
|
compiler: gcc
|
||||||
|
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-gcc
|
- name: linux-arm64-gcc
|
||||||
os: linux
|
os: linux
|
||||||
arch: arm64
|
arch: arm64
|
||||||
@ -49,21 +59,11 @@ matrix:
|
|||||||
arch: amd64
|
arch: amd64
|
||||||
script:
|
script:
|
||||||
- mingw32-make
|
- mingw32-make
|
||||||
- ./icapp ZIPF
|
# - ./icapp ZIPF
|
||||||
|
|
||||||
- name: apple-macOS-xcode
|
- name: apple-macOS-xcode
|
||||||
os: osx
|
os: osx
|
||||||
script:
|
script:
|
||||||
- make
|
- make
|
||||||
- ./icapp ZIPF
|
# - ./icapp ZIPF
|
||||||
|
|
||||||
- name: linux-ppc64le-gcc-9
|
|
||||||
os: linux
|
|
||||||
arch: ppc64le
|
|
||||||
compiler: gcc
|
|
||||||
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
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user