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

build step needs sudo

parent 4c2bc372
Branches
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@ before_install:
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
- cd plastex-1.0.0 && sudo 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