File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ SOURCEDIR = ./
77BUILDDIR = $(SOURCEDIR)/docs
88GH_PAGES_DIR_NAME = gh-pages
99BRANCH_DIR_NAME = $(subst /,_,$(BRANCH_NAME))
10- BUILDCMD = cissy run -c $(SOURCEDIR) -p doxygen/[~=1.8] @3rdparty/stable doxygen
10+ BUILDCMD = cissy run -c $(SOURCEDIR) -p doxygen/1.10.0 @3rdparty/stable doxygen
1111DOCS = "$(GH_PAGES_DIR_NAME)/$(BRANCH_DIR_NAME)"
1212
1313.PHONY: Makefile.doc gh-pages
Original file line number Diff line number Diff line change @@ -8,8 +8,11 @@ node('default') {
88 context.getGitRepo().checkout()
99 sshagent(credentials: [context.getConfig().gitCredentialsId]) {
1010 lock("gh-pages-${context.getGitRepo().getOrganization()}-${context.getGitRepo().getName()}") {
11- sh """
12- export CONAN_USER_HOME=${pwd()}/conan_home
11+ sh """#!/bin/bash
12+ set +x
13+ source /opt/rmc-build-tools/sourceme-devel.sh --cissy /opt/rmc-build-tools/any/cissy2/
14+ set -x
15+ export CONAN_HOME=${pwd()}/conan_home
1316 cd repo_dir
1417 make -f Makefile.doc gh-pages
1518 """
You can’t perform that action at this time.
0 commit comments