1
0
mirror of https://github.com/pdf2htmlEX/pdf2htmlEX.git synced 2024-06-28 23:09:01 +00:00

travis test

This commit is contained in:
Lu Wang 2014-02-08 21:09:46 +08:00
parent d0c77dc2c5
commit 435a4e6dc2

View File

@ -7,6 +7,7 @@ install:
- sudo apt-get install -qq libpoppler-dev libfontforge-dev libspiro-dev libcairo-dev libfreetype6-dev
before_script:
- cmake -DENABLE_SVG=ON .
- cat src/pdf2htmlEX-config.h
script:
- make
- make test
@ -15,3 +16,4 @@ script:
branches:
only:
- master
- travis