mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-06 19:47:02 +03:00
Update BuildTest.yml
This commit is contained in:
6
.github/workflows/BuildTest.yml
vendored
6
.github/workflows/BuildTest.yml
vendored
@@ -8,7 +8,8 @@ on: workflow_dispatch
|
||||
|
||||
jobs:
|
||||
bootstrap:
|
||||
name: Preparation
|
||||
name: Global setup
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: sle118/squeezelite-esp32-idfv43
|
||||
outputs:
|
||||
@@ -39,6 +40,7 @@ jobs:
|
||||
preparation:
|
||||
name: Preparation
|
||||
needs: bootstrap
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: sle118/squeezelite-esp32-idfv43
|
||||
steps:
|
||||
@@ -97,6 +99,7 @@ jobs:
|
||||
components/wifi-manager/webapp/dist/*
|
||||
components/wifi-manager/webapp/*.cmake
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: sle118/squeezelite-esp32-idfv43
|
||||
needs: [preparation,bootstrap]
|
||||
@@ -235,6 +238,7 @@ jobs:
|
||||
name: Web Installer
|
||||
if: ${{ needs.bootstrap.outputs.release_flag == 1 && needs.bootstrap.outputs.mock == 0 }}
|
||||
needs: [build, preparation,bootstrap]
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: sle118/squeezelite-esp32-idfv43
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user