From: Paul Bauer Date: Fri, 12 Feb 2021 09:45:15 +0000 (+0100) Subject: Fix release docs build X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=commitdiff_plain;h=4a99edcbb8b8cc67b23d804034483175c3514036;p=alexxy%2Fgromacs.git Fix release docs build The change to python handling for the documentation build was not propagated to the release builds. --- diff --git a/admin/gitlab-ci/documentation.gitlab-ci.yml b/admin/gitlab-ci/documentation.gitlab-ci.yml index 25a53dbff9..b15f6c7e80 100644 --- a/admin/gitlab-ci/documentation.gitlab-ci.yml +++ b/admin/gitlab-ci/documentation.gitlab-ci.yml @@ -150,6 +150,7 @@ mkdir $RELEASE_BUILD_DIR ; fi - cd $RELEASE_BUILD_DIR + - source /root/venv/py3.7/bin/activate - cmake ../$RELEASE_SOURCE/ -DCMAKE_C_COMPILER_LAUNCHER=ccache -DCMAKE_CXX_COMPILER_LAUNCHER=ccache $CMAKE_COMPILER_SCRIPT