1
0
mirror of https://github.com/pdf2htmlEX/pdf2htmlEX.git synced 2024-06-28 23:09:01 +00:00
pdf2htmlEX/.travis.yml
2013-06-07 01:15:51 +08:00

17 lines
351 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
- make test
- sudo make install
- /usr/local/bin/pdf2htmlEX -v
branches:
only:
- master