add IFEM-Burgers to jenkins and Common app build

This commit is contained in:
Arne Morten Kvarving 2022-06-23 13:46:27 +02:00
parent 14d4f5fcb0
commit edc289e999
3 changed files with 10 additions and 1 deletions

View File

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

View File

@ -158,6 +158,7 @@ function clone_module {
GH_USER[SIMRA-PostProc]=akva2
GH_USER[IFEM-HM]=akva2
GH_USER[IFEM-CoSTA]=akva2
GH_USER[IFEM-Burgers]=SintefMath
if test -n "$GH_CREDENTIALS"
then

View File

@ -18,7 +18,8 @@ downstreams=(IFEM-AdvectionDiffusion
IFEM-FSI
SIMRA-PostProc
IFEM-HM
IFEM-CoSTA)
IFEM-CoSTA
IFEM-Burgers)
declare -A downstreamRev
downstreamRev[IFEM-Poisson]=master
@ -38,6 +39,7 @@ downstreamRev[IFEM-FSI]=master
downstreamRev[SIMRA-PostProc]=master
downstreamRev[IFEM-HM]=master
downstreamRev[IFEM-CoSTA]=master
downstreamRev[IFEM-Burgers]=master
IFEM_REVISION=$sha1