Added pandoc for arm build

This commit is contained in:
Deon George 2019-08-20 14:23:29 +10:00
parent d39af56833
commit fae4079a30

View File

@ -53,7 +53,7 @@ build:armv7l:
stage: build stage: build
script: script:
- apt-get update - apt-get update
- apt-get install -y cmake - apt-get install -y cmake pandoc
- git clone git://git.code.sf.net/p/makenl/code makenl - git clone git://git.code.sf.net/p/makenl/code makenl
- cd makenl - cd makenl
- git checkout debian - git checkout debian