Added pandoc to build reqs

This commit is contained in:
Deon George 2019-08-20 13:59:20 +10:00
parent 99a7f7a6f9
commit 232645e2e8

View File

@ -14,7 +14,7 @@ build:x86_64:
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