Add Contbuild Test for C99 Build
This commit is contained in:
@@ -153,6 +153,12 @@ matrix:
|
|||||||
- make clean
|
- make clean
|
||||||
- make travis-install # just ensures `make install` works
|
- make travis-install # just ensures `make install` works
|
||||||
|
|
||||||
|
- name: c99 compatibility
|
||||||
|
if: branch = master
|
||||||
|
script:
|
||||||
|
- make c99build
|
||||||
|
- make -C tests test-zstd
|
||||||
|
|
||||||
- name: PPC64
|
- name: PPC64
|
||||||
if: branch = master
|
if: branch = master
|
||||||
script:
|
script:
|
||||||
|
|||||||
Reference in New Issue
Block a user