.
This commit is contained in:
15
.travis.yml
15
.travis.yml
@ -16,6 +16,7 @@ branches:
|
|||||||
|
|
||||||
script:
|
script:
|
||||||
- make
|
- make
|
||||||
|
- cat /proc/cpuinfo
|
||||||
- ./icapp ZIPF
|
- ./icapp ZIPF
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
@ -25,13 +26,13 @@ matrix:
|
|||||||
arch: arm64
|
arch: arm64
|
||||||
compiler: gcc
|
compiler: gcc
|
||||||
|
|
||||||
# - name: linux-ppc64le-gcc-9
|
- name: linux-ppc64le-gcc-9
|
||||||
# env: CC=gcc-9
|
env: CC=gcc-9
|
||||||
# arch: ppc64le
|
arch: ppc64le
|
||||||
# before_install:
|
before_install:
|
||||||
# - sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
|
- sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
|
||||||
# - sudo apt-get -y update
|
- sudo apt-get -y update
|
||||||
# - sudo apt-get -y install gcc-9
|
- sudo apt-get -y install gcc-9
|
||||||
|
|
||||||
- name: windows-mingw-w64
|
- name: windows-mingw-w64
|
||||||
arch: amd64
|
arch: amd64
|
||||||
|
Reference in New Issue
Block a user