add IFEM-HM to jenkins and common App build system

This commit is contained in:
Arne Morten Kvarving 2021-08-11 14:13:43 +02:00
parent 1f43156434
commit e73c8cf893
3 changed files with 10 additions and 1 deletions

View File

@ -151,5 +151,11 @@ if(EXISTS ${PROJECT_SOURCE_DIR}/SIMRA-PostProc)
add_subdirectory(SIMRA-PostProc)
endif()
if(EXISTS ${PROJECT_SOURCE_DIR}/IFEM-HM)
add_subdirectory(IFEM-HM)
elseif(EXISTS ${PROJECT_SOURCE_DIR}/HM)
add_subdirectory(HM)
endif()
# Add 'check' target which builds all test applications, then executes the tests
add_check_target()

View File

@ -146,6 +146,7 @@ function clone_module {
GH_USER[IFEM-THM]=SintefMath
GH_USER[IFEM-Poisson]=OPM
GH_USER[SIMRA-PostProc]=akva2
GH_USER[IFEM-HM]=akva2
if test -n "$GH_CREDENTIALS"
then

View File

@ -16,7 +16,8 @@ downstreams=(IFEM-AdvectionDiffusion
IFEM-THM
IFEM-OpenFrac
IFEM-FSI
SIMRA-PostProc)
SIMRA-PostProc
IFEM-HM)
declare -A downstreamRev
downstreamRev[IFEM-Poisson]=master
@ -34,6 +35,7 @@ downstreamRev[IFEM-Stokes]=master
downstreamRev[IFEM-ThermoElasticity]=master
downstreamRev[IFEM-FSI]=master
downstreamRev[SIMRA-PostProc]=master
downstreamRev[IFEM-HM]=master
IFEM_REVISION=$sha1