Merge branch 'main' of https://git.reptilfpv.de/reptil1990/AquaMasterMQTT
This commit is contained in:
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
@@ -12,9 +12,10 @@ jobs:
|
|||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Build with sglahn/platformio-core
|
- name: Build with PlatformIO (Docker)
|
||||||
run: |
|
run: |
|
||||||
docker run --rm \
|
docker run --rm \
|
||||||
--mount type=bind,source="$(pwd)",target=/workspace \
|
-v "${{ github.workspace }}:/workspace/reptil1990/AquaMasterMQTT" \
|
||||||
-w /workspace \
|
-w /workspace/reptil1990/AquaMasterMQTT \
|
||||||
|
-u root \
|
||||||
sglahn/platformio-core:latest run
|
sglahn/platformio-core:latest run
|
||||||
|
|||||||
Reference in New Issue
Block a user