mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-27 05:06:44 +00:00
update linux_build
This commit is contained in:
parent
352ad7b62f
commit
d10a7f2482
12
.github/workflows/build.yaml
vendored
12
.github/workflows/build.yaml
vendored
@ -3,13 +3,13 @@ name: Build branch
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- '**.md'
|
- "**.md"
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- '**.md'
|
- "**.md"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build_esp32:
|
esp32:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
@ -46,7 +46,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
submodules: 'true'
|
submodules: "true"
|
||||||
- name: Cache pip
|
- name: Cache pip
|
||||||
uses: actions/cache@v2
|
uses: actions/cache@v2
|
||||||
with:
|
with:
|
||||||
@ -100,12 +100,12 @@ 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:
|
linux:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
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 's/; user_setups\/linux/user_setups\/linux/g' platformio_override-template.ini > platformio_override.ini
|
||||||
mkdir -p .pio/libdeps/linux_sdl_64bits/paho/src
|
mkdir -p .pio/libdeps/linux_sdl_64bits/paho/src
|
||||||
- name: Install SDL2 library
|
- name: Install SDL2 library
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user