We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20e5409 commit 23bd64eCopy full SHA for 23bd64e
.github/workflows/root-638.yml
@@ -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
18
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
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