forked from root-project/root
-
Notifications
You must be signed in to change notification settings - Fork 0
44 lines (40 loc) · 1.01 KB
/
root-626.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
name: 'ROOT 6.26'
on:
schedule:
- cron: '0 0 * * *'
# Enables manual start of workflow
workflow_dispatch:
inputs:
head_ref:
description: rebase from ...
type: string
required: true
default: v6.26/16
base_ref:
description: ... to ... (can have same value)
type: string
required: true
default: v6.26/16
incremental:
description: 'Do incremental build'
type: boolean
required: true
default: false
binaries:
description: Create binary packages and upload them as artifacts
type: boolean
required: true
default: true
buildtype:
description: The CMAKE_BUILD_TYPE to use for non-Windows.
type: choice
options:
- Debug
- RelWithDebInfo
- Release
- MinSizeRel
default: RelWithDebInfo
jobs:
run_nightlies:
uses: root-project/root/.github/workflows/root-ci.yml@v6-26-00-patches
secrets: inherit