.
This commit is contained in:
19
.travis.yml
19
.travis.yml
@ -21,22 +21,14 @@ script:
|
|||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- name: linux-ppc64le-gcc-9
|
|
||||||
env: CC=gcc-9
|
|
||||||
arch: ppc64le
|
|
||||||
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
|
||||||
compiler: gcc
|
compiler: gcc
|
||||||
|
|
||||||
- name: windows-mingw-w64
|
- name: windows-mingw-w64
|
||||||
arch: amd64
|
|
||||||
os: windows
|
os: windows
|
||||||
|
arch: amd64
|
||||||
script:
|
script:
|
||||||
- mingw32-make
|
- mingw32-make
|
||||||
- ./icapp ZIPF
|
- ./icapp ZIPF
|
||||||
@ -44,3 +36,12 @@ matrix:
|
|||||||
- name: apple-macOS-xcode
|
- name: apple-macOS-xcode
|
||||||
os: osx
|
os: osx
|
||||||
|
|
||||||
|
- name: linux-ppc64le-gcc-9
|
||||||
|
os: linux
|
||||||
|
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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user