added: add IFEM-Poisson to downstream list for jenkins
This commit is contained in:
parent
3c11c83e49
commit
58a94fa07f
@ -6,6 +6,8 @@ if(NOT IFEM_FOUND)
|
||||
|
||||
list(APPEND CMAKE_MODULE_PATH @CMAKE_INSTALL_PREFIX@/lib/IFEM)
|
||||
set(IFEM_PATH @CMAKE_INSTALL_PREFIX@/lib/IFEM)
|
||||
set(LRSpline_FOUND @LRSpline_FOUND@)
|
||||
set(LRSPLINE_FOUND @LRSpline_FOUND@)
|
||||
|
||||
set(IFEM_REGTEST_SCRIPT ${IFEM_PATH}/scripts/regtest.sh.in)
|
||||
set(IFEM_CHECKCOMMITS_SCRIPT ${IFEM_PATH}/CheckCommits.cmake)
|
||||
|
@ -113,6 +113,7 @@ function clone_module {
|
||||
GH_USER[IFEM-Stokes]=SintefMath
|
||||
GH_USER[IFEM-ThermoElasticity]=SintefMath
|
||||
GH_USER[IFEM-FSI]=SintefMath
|
||||
GH_USER[IFEM-Poisson]=SintefMath
|
||||
|
||||
if test -n "$GH_CREDENTIALS"
|
||||
then
|
||||
|
@ -2,7 +2,8 @@
|
||||
|
||||
# Downstream revisions
|
||||
declare -a downstreams
|
||||
downstreams=(IFEM-Stokes
|
||||
downstreams=(IFEM-Poisson
|
||||
IFEM-Stokes
|
||||
IFEM-AdvectionDiffusion
|
||||
IFEM-NavierStokes
|
||||
IFEM-Elasticity
|
||||
@ -14,6 +15,7 @@ downstreams=(IFEM-Stokes
|
||||
IFEM-FSI)
|
||||
|
||||
declare -A downstreamRev
|
||||
downstreamRev[IFEM-Poisson]=master
|
||||
downstreamRev[IFEM-AdvectionDiffusion]=master
|
||||
downstreamRev[IFEM-BeamEx]=master
|
||||
downstreamRev[IFEM-Elasticity]=master
|
||||
|
Loading…
Reference in New Issue
Block a user