You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
305 B
Bash
10 lines
305 B
Bash
# 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
|