#587 Jenkinsfile: Add make as a prerequisite for building docs
Merged 3 years ago by vmaljulin. Opened 3 years ago by vmaljulin.
vmaljulin/greenwave release_branch  into  master

file modified
+2 -1
@@ -96,7 +96,8 @@ 

          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/**'

no initial comment

Pull-Request has been merged by vmaljulin

3 years ago
Metadata