Skip to content

Leda-Utils Build

Leda-Utils Build #1

Workflow file for this run

# /********************************************************************************
# * Copyright (c) 2023 Contributors to the Eclipse Foundation
# *
# * See the NOTICE file(s) distributed with this work for additional
# * information regarding copyright ownership.
# *
# * This program and the accompanying materials are made available under the
# * terms of the Apache License 2.0 which is available at
# * https://www.apache.org/licenses/LICENSE-2.0
# *
# * SPDX-License-Identifier: Apache-2.0
# ********************************************************************************/
name: Leda-Utils Build
on:
workflow_dispatch:
workflow_call:
jobs:
build-kantui:
name: Build KantUI
uses: ./.github/workflows/build-kantui.yaml
secrets: inherit
build-kanto-auto-deployer:
name: Build Kanto Auto Deployer
uses: ./.github/workflows/build-kanto-auto-deployer.yaml
secrets: inherit
build-leda-utils:
name: Build Leda-Utils
uses: ./.github/workflows/build-leda-utils.yaml
secrets: inherit