Closed mniestroj closed 2 years ago
Visit the preview URL for this PR (updated for commit 488d369):
https://golioth-zephyr-sdk-doxygen-dev--pr300-gitlab-ci-unify-2h0vw896.web.app
(expires Fri, 14 Oct 2022 11:09:27 GMT)
🔥 via Firebase Hosting GitHub Action 🌎
Today ESP32 platform is supported by Zephyr SDK and the only distinct thing about this platform is the need for downloading binary blobs. Those blobs are downloaded now with Zephyr upstream feature called
west blobs
.Just merge
twister-esp
GitLab CI job intotwister
for code deduplication.For GitHub CI add
esp32
platform to twister invocation. This is making (non NCS) twister build-only tests in GitHub Actionn equivalent to GitLab CI.