1
0
mirror of https://github.com/pdf2htmlEX/pdf2htmlEX.git synced 2024-06-30 23:49:00 +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 - sudo apt-get install -qq libpoppler-dev libfontforge-dev libspiro-dev libcairo-dev libfreetype6-dev
before_script: before_script:
- cmake -DENABLE_SVG=ON . - cmake -DENABLE_SVG=ON .
- cat src/pdf2htmlEX-config.h
script: script:
- make - make
- make test - make test
@ -15,3 +16,4 @@ script:
branches: branches:
only: only:
- master - master
- travis