mirror of
https://github.com/libfuse/libfuse.git
synced 2026-07-07 14:47:41 +08:00
d412073a67
New script is .github/workflows/codechecker.sh, which will be added to a new github action check in a later commit Also move all workflow dependencies to .github/workflows/install-ubuntu-dependencies.sh Signed-off-by: Bernd Schubert <bernd@bsbernd.com>
9 lines
175 B
Plaintext
9 lines
175 B
Plaintext
# Packages required for building and testing libfuse only,
|
|
# no python code is required when using libfuse.
|
|
# Build packages:
|
|
meson
|
|
ninja
|
|
# Test packages:
|
|
pytest
|
|
codechecker
|