mirror of
https://github.com/pdf2htmlEX/pdf2htmlEX.git
synced 2024-12-22 04:50:09 +00:00
Add commands for build on osx
This commit is contained in:
parent
a8e60377b2
commit
4667e7c869
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user