Skip to content

Commit

Permalink
DevOps: Auto build for Update Packages: build tup file: #56, evaluate…
Browse files Browse the repository at this point in the history
… use of GitHub Actions: #138
  • Loading branch information
JakobLichterfeld committed Feb 7, 2023
1 parent 3e4aab6 commit d3ce95c
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 99 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/PlatformIO-Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: PlatformIO Build
uses: ./.github/actions/platformio-build@feat/DevOps_Auto_build_for_Update_Packages
uses: TheRealKasumi/TesLight/.github/actions/platformio-build@feat/DevOps_Auto_build_for_Update_Packages
4 changes: 2 additions & 2 deletions .github/workflows/build_teslight_update_packaging_tool.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,11 +128,11 @@ jobs:
fetch-depth: 0

- name: PlatformIO Build
uses: ./.github/actions/platformio-build@feat/DevOps_Auto_build_for_Update_Packages
uses: TheRealKasumi/TesLight/.github/actions/platformio-build@feat/DevOps_Auto_build_for_Update_Packages
# TODO replace with: uses: ./.github/actions/platformio-build

- name: UI Build
uses: ./.github/actions/ui-build@feat/DevOps_Auto_build_for_Update_Packages
uses: TheRealKasumi/TesLight/.github/actions/ui-build@feat/DevOps_Auto_build_for_Update_Packages
# TODO replace with: uses: ./.github/actions/ui-build

- name: Download a single artifact
Expand Down
23 changes: 23 additions & 0 deletions .github/workflows/ui-build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: UI build

on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
workflow_dispatch:
workflow_call:

jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: UI lint
uses: TheRealKasumi/TesLight/.github/actions/ui-lint@feat/DevOps_Auto_build_for_Update_Packages

build:
needs: [lint]
runs-on: ubuntu-latest
steps:
- name: UI build
uses: TheRealKasumi/TesLight/.github/actions/ui-build@feat/DevOps_Auto_build_for_Update_Packages
96 changes: 0 additions & 96 deletions .github/workflows/ui.yml

This file was deleted.

0 comments on commit d3ce95c

Please sign in to comment.