mirror of
https://github.com/lvgl/lvgl.git
synced 2024-11-24 02:03:53 +08:00
11 lines
307 B
Bash
Executable File
11 lines
307 B
Bash
Executable File
# https://github.com/facebook/infer
|
|
#
|
|
# Install:
|
|
# VERSION=0.17.0; \
|
|
# curl -sSL "https://github.com/facebook/infer/releases/download/v$VERSION/infer-linux64-v$VERSION.tar.xz" \
|
|
# | sudo tar -C /opt -xJ && \
|
|
# sudoln -s "/opt/infer-linux64-v$VERSION/bin/infer" /usr/local/bin/infer
|
|
|
|
|
|
infer run -- make -j8
|