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 1- @Library('rmc-jenkins-libraries-v2-no-changelog ') _
1+ @Library('rmc-jenkins-libraries-v3 ') _
22env.CONAN_V2_MODE=1
33rmcBuild.auto()
44
@@ -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 """
Original file line number Diff line number Diff line change 44 - any :
55 coverage : False
66 - imports :
7- - linux_defaults_build_profile
8- - debian11 -x86_64
9- - build_profile:osl154 -x86_64 pikeos4.2-armv7hf-gcc5 :
7+ - linux_defaults
8+ - build_profile:osl155 -x86_64 pikeos4.2-armv7hf-gcc5 :
9+ - build_profile:osl155 -x86_64 rtems6.1_zedboard-armv7le-gcc13
You can’t perform that action at this time.
0 commit comments