mirror of
https://github.com/jmcnamara/libxlsxwriter.git
synced 2026-05-22 06:05:46 -06:00
Added option to use system minizip in make build.
Added option to use system minizip in the Makefile make system. Issue #119.
This commit is contained in:
parent
7401ea39ee
commit
856a45a292
7 changed files with 38 additions and 7 deletions
|
|
@ -7,6 +7,7 @@ compiler:
|
|||
env:
|
||||
- CFLAGS='-Werror'
|
||||
- NO_VALGRIND=1 USE_STANDARD_TMPFILE=1 CFLAGS='-Werror'
|
||||
- NO_VALGRIND=1 USE_SYSTEM_MINIZIP=1 CFLAGS='-Werror'
|
||||
- NO_VALGRIND=1 CFLAGS='-Werror -m32'
|
||||
|
||||
install:
|
||||
|
|
@ -14,6 +15,7 @@ install:
|
|||
- sudo apt-get update
|
||||
- sudo apt-get install -y gcc-multilib
|
||||
- sudo apt-get install -y zlib1g-dev
|
||||
- sudo apt-get install -y libminizip-dev
|
||||
- sudo apt-get install -y zlib1g-dev:i386
|
||||
- sudo apt-get install -y gcc
|
||||
- sudo apt-get install -y valgrind
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue