mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-25 20:26:41 +00:00
Update buildscript
This commit is contained in:
parent
5a15e09df6
commit
352ad7b62f
5
.github/workflows/build.yaml
vendored
5
.github/workflows/build.yaml
vendored
@ -9,7 +9,7 @@ on:
|
|||||||
- '**.md'
|
- '**.md'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build_esp32:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
@ -100,6 +100,9 @@ jobs:
|
|||||||
# hub release create "${assets[@]}" -m "$tag_name" "$tag_name"
|
# hub release create "${assets[@]}" -m "$tag_name" "$tag_name"
|
||||||
# env:
|
# env:
|
||||||
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
linux_build:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
- name: Enable Linux platform from platformio_override.ini
|
- name: Enable Linux platform from platformio_override.ini
|
||||||
run: |
|
run: |
|
||||||
sed -i 's/; user_setups\/linux/user_setups\/linux/g' platformio_override.ini
|
sed -i 's/; user_setups\/linux/user_setups\/linux/g' platformio_override.ini
|
||||||
|
Loading…
x
Reference in New Issue
Block a user