https://github.com/feelpp/feelpp
Raw File
Tip revision: fd578b69ee5acf1c6b99c520161a82c8c3085ffc authored by CĂ©line Van Landeghem on 08 January 2024, 16:52:50 UTC
Newmark scheme
Tip revision: fd578b6
pipeline.pkg.yml
steps:
 - trigger: "pkg-feelpp-focal"
   label: ":package: :ubuntu: focal Feel++ ${BUILDKITE_BRANCH}"
   async: true
   build:
     branch: "${BUILDKITE_BRANCH}"
   if: pipeline.slug=="pkg-feelpp" && ( build.branch == "develop" || build.branch == "master" )
 - wait
 - trigger: "pkg-feelpp-bionic"
   label: ":package: :ubuntu: bionic Feel++ ${BUILDKITE_BRANCH}"
   async: true
   build:
     branch: "${BUILDKITE_BRANCH}"
   if: pipeline.slug=="pkg-feelpp" && ( build.branch == "develop" || build.branch == "master" )   
 - wait 
 - trigger: "pkg-feelpp-buster"
   label: ":package: :debian: buster Feel++  ${BUILDKITE_BRANCH}"
   async: true
   build:
     branch: "${BUILDKITE_BRANCH}"
   if: pipeline.slug=="pkg-feelpp" && ( build.branch == "develop" || build.branch == "master" )
# - wait
# # Toolboxes 
#  - trigger: "pkg-feelpp-toolboxes-focal"
#    label: ":package: :ubuntu: focal Feel++ Toolboxes ${BUILDKITE_BRANCH}"
#    async: true
#    if: pipeline.slug=="pkg-feelpp-toolboxes" && ( build.branch == "develop" || build.branch == "master" )
#  - wait
#  - trigger: "pkg-feelpp-toolboxes-buster"
#    label: ":package: :debian: buster Feel++ Toolboxes  ${BUILDKITE_BRANCH}"
#    async: true
#    if: pipeline.slug=="pkg-feelpp-toolboxes" && ( build.branch == "develop" || build.branch == "master" )
#  - wait
# # MOR 
#  - trigger: "pkg-feelpp-mor-focal"
#    label: ":package: :ubuntu: focal Feel++ MOR ${BUILDKITE_BRANCH}"
#    async: true
#    if: pipeline.slug=="pkg-feelpp-mor" && ( build.branch == "develop" || build.branch == "master" )
back to top