Skip to content
Snippets Groups Projects
Commit 4c2bc372 authored by Sebastian Krings's avatar Sebastian Krings
Browse files

install plastex

parent 84a227f5
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,10 @@ language: java
before_install:
- sudo apt-get -qq update
- sudo apt-get install -y texlive-full
install:
- wget -O plastex.tar.gz https://github.com/tiarno/plastex/archive/1.0.0.tar.gz
- tar -xzvf plastex.tar.gz
- cd plastex-1.0.0 && python setup.py install
script:
- cd org.rodinp.handbook.feature
- ant -file customBuild.xml
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment