Skip to content

ROOT 6.30

ROOT 6.30 #13

Workflow file for this run

name: 'ROOT 6.30'
on:
schedule:
- cron: '25 14 * * *'
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-30-00-patches'
head_ref: 'v6-30-00-patches'
ref_name: 'v6-30-00-patches'
secrets: inherit