Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Bump actions/cache from 4 to 5#886

Bump actions/cache from 4 to 5

Bump actions/cache from 4 to 5 #886

Workflow file for this run

# Run host test suite under valgrind for runtime checking of code.
# Also, a quick test that the mocking builds work at all
name:Build on host OS
on:
pull_request:
permissions:
contents:read
jobs:
host-tests:
name:Tests
runs-on:ubuntu-latest
defaults:
run:
shell:bash
steps:
-uses:actions/checkout@v6
with:
submodules:true
-run:|
sudo apt update
sudo apt install valgrind lcov
bash ./tests/ci/host_test.sh
mock-check:
name:Mock
runs-on:ubuntu-latest
defaults:
run:
shell:bash
steps:
-uses:actions/checkout@v6
with:
submodules:true
-run:|
cd tests/host
make -j ../../libraries/ESP8266WebServer/examples/FSBrowser/FSBrowser

[8]ページ先頭

©2009-2025 Movatter.jp