From d2a540df88a9d9f6c8c0310c4c6eede5b00f31e0 Mon Sep 17 00:00:00 2001 From: Danilo Piparo Date: Sun, 3 Mar 2024 18:15:49 +0100 Subject: [PATCH] [skip ci][ci] Test 6-28-00 patches nightly with the new CI --- .github/workflows/root-628.yml | 38 ++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 .github/workflows/root-628.yml diff --git a/.github/workflows/root-628.yml b/.github/workflows/root-628.yml new file mode 100644 index 0000000000000..6e2b9df207f1c --- /dev/null +++ b/.github/workflows/root-628.yml @@ -0,0 +1,38 @@ + +name: 'ROOT 6.28' + +on: + schedule: + - cron: '20 17 * * *' + + workflow_dispatch: + inputs: + incremental: + description: 'Do incremental build' + type: boolean + required: true + default: true + binaries: + description: Create binary packages and upload them as artifacts + type: boolean + required: true + default: false + buildtype: + description: The CMAKE_BUILD_TYPE to use for non-Windows. + type: choice + options: + - Debug + - RelWithDebInfo + - Release + - MinSizeRel + default: Debug + required: true + +jobs: + run_nightlies: + uses: root-project/root/.github/workflows/root-ci.yml@master + with: + base_ref: 'v6-28-00-patches' + head_ref: 'v6-28-00-patches' + ref_name: 'v6-28-00-patches' + secrets: inherit