1
0
mirror of https://github.com/pdf2htmlEX/pdf2htmlEX.git synced 2024-06-26 06:09:21 +00:00
pdf2htmlEX/.travis.yml

16 lines
322 B
YAML
Raw Normal View History

2013-01-25 00:00:50 +00:00
language: cpp
compiler: gcc
before_install:
2013-01-25 12:58:58 +00:00
- sudo add-apt-repository ppa:coolwanglu/pdf2htmlex --yes
2013-01-25 00:00:50 +00:00
- sudo apt-get update -qq
2013-01-25 12:54:40 +00:00
- sudo apt-get install -qq libpoppler-dev libfontforge-dev libspiro-dev
before_script:
- cmake .
script:
2013-01-25 00:00:50 +00:00
- make
- sudo make install
2013-01-25 12:54:40 +00:00
- pdf2htmlex -v
2013-01-25 00:00:50 +00:00
branches:
only:
2013-01-25 12:54:40 +00:00
- master