This commit is contained in:
x
2019-10-22 10:12:13 +02:00
parent cac41c8062
commit bad7f02017

View File

@ -1,6 +1,8 @@
language: c
compiler: gcc
compiler:
- gcc
- clang
arch:
- arm64
@ -16,5 +18,30 @@ script:
- ./icbench -eBENCH -a1.2 -m0 -M255 -n100M ZIPF
- ./icbench -eBITPACK/VBYTE -a1.2 -m0 -M255 -n100M ZIPF
os:
- linux
matrix:
include:
- name: Linux
os: linux
- name: macOS, xcode11
os: osx
osx_image: xcode11
script:
- make
- name: macOS, xcode9.4
os: osx
osx_image: xcode9.4
script:
- make
- name: macOS, xcode7.3
os: osx
osx_image: xcode7.3
script:
- make
- name: Windows, MinGW
os: windows
script:
- mingw32-make