1
0
mirror of https://github.com/pdf2htmlEX/pdf2htmlEX.git synced 2024-07-07 10:20:33 +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: os:
- linux - linux
# - osx # TODO: enable - osx
compiler: gcc compiler: gcc
@ -26,6 +26,11 @@ addons:
- python-pip - python-pip
- firefox - firefox
- xvfb - xvfb
homebrew:
packages:
- fontforge
- poppler
- cairo
sauce_connect: true sauce_connect: true
before_install: before_install:
@ -38,7 +43,7 @@ before_install:
- sleep 5 - sleep 5
before_script: before_script:
- cmake -DENABLE_SVG=ON . - cmake -DENABLE_SVG=ON -DCMAKE_INSTALL_PREFIX=`pwd`/usr .
script: script:
- make - make