Clean up after pandoc install
This commit is contained in:
parent
5b0acf27c0
commit
f30293c27d
|
@ -23,12 +23,13 @@ cache:
|
||||||
|
|
||||||
install:
|
install:
|
||||||
# Install binary pandoc from Rstudio
|
# Install binary pandoc from Rstudio
|
||||||
- export PATH="$HOME/pandoc:$PATH"
|
|
||||||
- mkdir $HOME/pandoc
|
- mkdir $HOME/pandoc
|
||||||
- curl -O https://s3.amazonaws.com/rstudio-buildtools/pandoc-1.12.3.zip
|
- curl -O https://s3.amazonaws.com/rstudio-buildtools/pandoc-1.12.3.zip
|
||||||
- unzip -j pandoc-1.12.3.zip pandoc-1.12.3/linux/debian/x86_64/pandoc
|
- unzip -j pandoc-1.12.3.zip pandoc-1.12.3/linux/debian/x86_64/pandoc
|
||||||
-d $HOME/pandoc
|
-d $HOME/pandoc
|
||||||
- chmod +x $HOME/pandoc/pandoc
|
- chmod +x $HOME/pandoc/pandoc
|
||||||
|
- rm pandoc-1.12.3.zip
|
||||||
|
- export PATH="$HOME/pandoc:$PATH"
|
||||||
- pandoc --version
|
- pandoc --version
|
||||||
|
|
||||||
# Install ruby gems
|
# Install ruby gems
|
||||||
|
|
Loading…
Reference in New Issue