IFEM/jenkins
2022-06-23 14:05:33 +02:00
..
build-ifem-module.sh add IFEM-Burgers to jenkins and Common app build 2022-06-23 14:05:33 +02:00
build.sh add IFEM-Burgers to jenkins and Common app build 2022-06-23 14:05:33 +02:00
conv.xsl added: jenkins build scripts with downstream building support 2016-05-26 17:15:09 +02:00
convert.py added: jenkins build scripts with downstream building support 2016-05-26 17:15:09 +02:00
README.md added: jenkins build scripts with downstream building support 2016-05-26 17:15:09 +02:00

IFEM jenkins build scripts:

build-ifem-module.sh: This is a helper script which contains functions for building, testing and cloning modules.

build.sh: This expects to run on a jenkins instance with IFEM as the 'origin' remote.

It will build and test IFEM. It can be used both for post-merge builds of the master branch and for a github pull request builder job. Optionally you it can build all downstreams and execute their tests.

Important environment variables (jenkins conventions):

WORKSPACE - Root of source tree.

ghprbCommentBody - Trigger as used on github.

GH_CREDENTIALS - Github credentials to use in the form user:password.

CMAKE_TOOLCHAIN_FILES - A space separated list of toolchain files specifying cmake parameters for a configuration.

BTYPES - A space separated list of build configuration names.

A typically local run building the current content of IFEM and all downstreams;

WORKSPACE=pwd GH_CREDENTIALS=user:pwd ghprbCommentBody="jenkins build this with downstreams please" jenkins/build.sh