From b6e0d39be3fa3226f4d7c090cb084f4cae4fa498 Mon Sep 17 00:00:00 2001 From: Valerij Maljulin Date: Aug 26 2020 10:50:18 +0000 Subject: Jenkinsfile: Add make as a prerequisite for building docs --- diff --git a/Jenkinsfile b/Jenkinsfile index af39a69..cf1ef15 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -96,7 +96,8 @@ node('fedora-29') { sh ''' sudo dnf install -y \ python3-sphinx \ - python3-sphinxcontrib-httpdomain + python3-sphinxcontrib-httpdomain \ + make ''' sh 'DEV=true GREENWAVE_CONFIG=$(pwd)/conf/settings.py.example make -C docs html' archiveArtifacts artifacts: 'docs/_build/html/**'