forked from root-project/root
-
Notifications
You must be signed in to change notification settings - Fork 0
34 lines (30 loc) · 754 Bytes
/
root-628.yml
File metadata and controls
34 lines (30 loc) · 754 Bytes
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
name: 'ROOT 6.28'
on:
schedule:
- cron: '45 1 2-30/2 * *'
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@v6-28-00-patches
secrets: inherit