mirror of
https://github.com/cesanta/mongoose.git
synced 2024-11-24 02:59:01 +08:00
no diff checks in nightly tests
This commit is contained in:
parent
00fd1884ff
commit
d7754516f0
18
.github/workflows/nightly.yml
vendored
18
.github/workflows/nightly.yml
vendored
@ -138,7 +138,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
with: { fetch-depth: 2 }
|
||||
- run: # nothing specific to install or do
|
||||
- run: echo # nothing specific to install or do
|
||||
- run: make -C examples/arduino arduino-xiao
|
||||
# - run: make -C examples/arduino arduino-nano
|
||||
- run: make -C examples/arduino clean
|
||||
@ -160,7 +160,7 @@ jobs:
|
||||
- uses: actions/checkout@v3
|
||||
with: { fetch-depth: 2 }
|
||||
- run: if ./test/match_changed_files.sh '^src|^examples/${{ matrix.example.path }}'; then echo GO=1 >> $GITHUB_ENV ; fi
|
||||
- run: # nothing specific to install or do
|
||||
- run: echo # nothing specific to install or do
|
||||
- run: make -C examples/${{ matrix.example.path }} build
|
||||
|
||||
generic_examples_arm:
|
||||
@ -214,7 +214,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
with: { fetch-depth: 2 }
|
||||
- run: # nothing specific to install or do
|
||||
- run: echo # nothing specific to install or do
|
||||
- run: make -C examples/${{ matrix.example.path }} build
|
||||
|
||||
device_dashboard_examples_arm:
|
||||
@ -264,7 +264,7 @@ jobs:
|
||||
# steps:
|
||||
# - uses: actions/checkout@v3
|
||||
# with: { fetch-depth: 2 }
|
||||
# - run: # nothing specific to install or do
|
||||
# - run: echo # nothing specific to install or do
|
||||
# - run: make -C examples/${{ matrix.example.path }} build
|
||||
|
||||
mqtt_dashboard_examples_arm:
|
||||
@ -292,7 +292,7 @@ jobs:
|
||||
# steps:
|
||||
# - uses: actions/checkout@v3
|
||||
# with: { fetch-depth: 2 }
|
||||
# - run: # nothing specific to install or do
|
||||
# - run: echo # nothing specific to install or do
|
||||
# - run: make -C examples/${{ matrix.example.path }} device_dashboard
|
||||
# - run: make -C examples/${{ matrix.example.path }} mqtt_dashboard
|
||||
|
||||
@ -316,7 +316,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
with: { fetch-depth: 2 }
|
||||
- run: # nothing specific to install or do
|
||||
- run: echo # nothing specific to install or do
|
||||
- run: cd test/cube && make
|
||||
|
||||
zephyr_examples:
|
||||
@ -348,7 +348,7 @@ jobs:
|
||||
- run: make -C examples/stm32/nucleo-f746zg-make-freertos-builtin test VCON_API_KEY=${{secrets.VCON_API_KEY}}
|
||||
- run: make -C examples/stm32/nucleo-f746zg-make-freertos-tcp test VCON_API_KEY=${{secrets.VCON_API_KEY}}
|
||||
- name: Cube
|
||||
run: # nothing specific to install or do
|
||||
run: echo # nothing specific to install or do
|
||||
- run: make -C test/cube test PROJECTS=../../examples/stm32/nucleo-f746zg-cube-baremetal-builtin VCON_API_KEY=${{secrets.VCON_API_KEY}} DEVICE=5
|
||||
- run: make -C test/cube test PROJECTS=../../examples/stm32/nucleo-f746zg-cube-freertos-builtin VCON_API_KEY=${{secrets.VCON_API_KEY}} DEVICE=5
|
||||
- run: make -C test/cube test PROJECTS=../../examples/stm32/nucleo-f746zg-cube-freertos-lwip VCON_API_KEY=${{secrets.VCON_API_KEY}} DEVICE=5
|
||||
@ -363,7 +363,7 @@ jobs:
|
||||
- run: make -C examples/stm32/nucleo-f429zi-make-baremetal-builtin test VCON_API_KEY=${{secrets.VCON_API_KEY}}
|
||||
- run: make -C examples/stm32/nucleo-f429zi-make-freertos-builtin test VCON_API_KEY=${{secrets.VCON_API_KEY}}
|
||||
- name: Cube
|
||||
run: # nothing specific to install or do
|
||||
run: echo # nothing specific to install or do
|
||||
- run: make -C test/cube test PROJECTS=../../examples/stm32/nucleo-f429zi-cube-baremetal-builtin VCON_API_KEY=${{secrets.VCON_API_KEY}} DEVICE=2
|
||||
- run: make -C test/cube test PROJECTS=../../examples/stm32/nucleo-f429zi-cube-freertos-builtin VCON_API_KEY=${{secrets.VCON_API_KEY}} DEVICE=2
|
||||
- run: make -C test/cube test PROJECTS=../../examples/stm32/nucleo-f429zi-cube-freertos-lwip VCON_API_KEY=${{secrets.VCON_API_KEY}} DEVICE=2
|
||||
@ -378,7 +378,7 @@ jobs:
|
||||
- run: make -C examples/stm32/nucleo-h743zi-make-baremetal-builtin test VCON_API_KEY=${{secrets.VCON_API_KEY}}
|
||||
- run: make -C examples/stm32/nucleo-h743zi-make-freertos-builtin test VCON_API_KEY=${{secrets.VCON_API_KEY}}
|
||||
- name: Cube
|
||||
run: # nothing specific to install or do
|
||||
run: echo # nothing specific to install or do
|
||||
- run: make -C test/cube test PROJECTS=../../examples/stm32/nucleo-h743zi-cube-baremetal-builtin VCON_API_KEY=${{secrets.VCON_API_KEY}} DEVICE=6
|
||||
- run: make -C test/cube test PROJECTS=../../examples/stm32/nucleo-h743zi-cube-freertos-builtin VCON_API_KEY=${{secrets.VCON_API_KEY}} DEVICE=6
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user