Skip to content

Commit 23bd64e

Browse files
committed
[ci] Add trigger for 6.38 builds
1 parent 20e5409 commit 23bd64e

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

.github/workflows/root-638.yml

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
2+
name: 'ROOT 6.38'
3+
4+
on:
5+
schedule:
6+
- cron: '01 0 * * *'
7+
8+
workflow_dispatch:
9+
inputs:
10+
incremental:
11+
description: 'Do incremental build'
12+
type: boolean
13+
required: true
14+
default: true
15+
binaries:
16+
description: Create binary packages and upload them as artifacts
17+
type: boolean
18+
required: true
19+
default: false
20+
buildtype:
21+
description: The CMAKE_BUILD_TYPE to use for non-Windows.
22+
type: choice
23+
options:
24+
- Debug
25+
- RelWithDebInfo
26+
- Release
27+
- MinSizeRel
28+
default: Debug
29+
required: true
30+
31+
jobs:
32+
run_nightlies:
33+
uses: root-project/root/.github/workflows/root-ci.yml@v6-38-00-patches
34+
secrets: inherit

0 commit comments

Comments
 (0)