Skip to content

ROOT 6.28

ROOT 6.28 #190

Workflow file for this run

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