mirror of
https://github.com/lvgl/lvgl.git
synced 2026-05-27 11:57:48 +08:00
ci: emulated perf workflow (#7949)
This commit is contained in:
Executable
+9
@@ -0,0 +1,9 @@
|
||||
#!/bin/sh
|
||||
|
||||
# This script installs extra dependencies for the lvperf Docker images used in the CI pipeline.
|
||||
# The images are based on Alpine Linux and support runtime installation of dependencies,
|
||||
# allowing you to extend functionality without rebuilding the image.
|
||||
#
|
||||
# For guidance on how dependencies are typically added, refer to the Dockerfiles:
|
||||
# - https://github.com/smartobjectoriented/so3/blob/main/docker/Dockerfile.lvperf_32b
|
||||
# - https://github.com/smartobjectoriented/so3/blob/main/docker/Dockerfile.lvperf_64b
|
||||
Reference in New Issue
Block a user