1
0
mirror of https://github.com/pdf2htmlEX/pdf2htmlEX.git synced 2024-07-04 17:18:40 +00:00

Add commands for build on osx

This commit is contained in:
Jonathan Goldfarb 2018-09-27 09:52:40 -04:00
parent a8e60377b2
commit 4667e7c869

View File

@ -4,7 +4,7 @@ sudo: true
os:
- linux
# - osx # TODO: enable
- osx
compiler: gcc
@ -26,6 +26,11 @@ addons:
- python-pip
- firefox
- xvfb
homebrew:
packages:
- fontforge
- poppler
- cairo
sauce_connect: true
before_install:
@ -38,7 +43,7 @@ before_install:
- sleep 5
before_script:
- cmake -DENABLE_SVG=ON .
- cmake -DENABLE_SVG=ON -DCMAKE_INSTALL_PREFIX=`pwd`/usr .
script:
- make