This commit is contained in:
x
2019-10-22 15:06:05 +02:00
parent ce4c0a0070
commit ce5723cdba

View File

@ -19,20 +19,23 @@ script:
matrix:
include:
- name: Linux ARM
- name: Linux arm
os: linux
arch: arm64
compiler: gcc
- name: Linux
- name: Linux amd64
os: linux
- name: ppc64le
- name: Power - ppc64le
os: linux-ppc64le
- name: Windows, MinGW
script: uname -a
make
- name: Windows-MinGW
os: windows
script: mingw32-make
- ./icapp ZIPF
- name: macOS, xcode11
os: osx