Skip to content

0-build-snapshot

0-build-snapshot #172

name: 0-build-snapshot
# 2025-04-20 01:20
on:
workflow_dispatch:
# if: ${{ inputs.lazarus-install.deep-soft }}
# if: ${{ inputs.lazarus-install.doublecmd }}
inputs:
setup-fpc:
description: (lazarus-install.deep-soft or lazarus-install.doublecmd)
default: 'doublecmd'
type: choice
options:
- deep-soft
- doublecmd
required: true
# push:
# paths:
# - 'components/**'
# - 'plugins/**'
# - 'sdk/**'
# - 'src/**'
# branches:
# - master
env:
TAG_NAME: "doublecmd-release"
#concurrency:
# group: ${{ github.ref }}
# cancel-in-progress: true
jobs:
build-win:
uses: ./.github/workflows/0-build-snapshot-win.yml
secrets: inherit
build-mac:
uses: ./.github/workflows/0-build-snapshot-mac.yml
secrets: inherit
build-lin:
uses: ./.github/workflows/0-build-snapshot-lin.yml
secrets: inherit