1
0
mirror of https://github.com/pdf2htmlEX/pdf2htmlEX.git synced 2024-06-28 23:09:01 +00:00
pdf2htmlEX/.travis.yml
2013-01-25 13:02:57 +00:00

16 lines
337 B
YAML

language: cpp
compiler: gcc
before_install:
- sudo add-apt-repository ppa:coolwanglu/pdf2htmlex --yes
- sudo apt-get update -qq
- sudo apt-get install -qq libpoppler-dev libfontforge-dev libspiro-dev
before_script:
- cmake .
script:
- make
- sudo make install
- /usr/local/bin/pdf2htmlEX -v
branches:
only:
- master