-
Notifications
You must be signed in to change notification settings - Fork 5
34 lines (29 loc) · 1.01 KB
/
build.yaml
File metadata and controls
34 lines (29 loc) · 1.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# /********************************************************************************
# * 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