aboutsummaryrefslogtreecommitdiffstats
path: root/test/ci-install.sh
AgeCommit message (Collapse)AuthorLines
2024-03-27Install all test/build python packages from requirements.txtAshley Pittman-9/+0
Have GitHub actions setup python on runners and install all python dependencies via pip. Signed-off-by: Ashley Pittman <ashley@pittman.co.uk>
2023-04-11Migrate away from deprecated distutilsMatthias Goergens-1/+1
Before: ``` =============================== warnings summary =============================== test/test_ctests.py:12 /tmp/libfuse-build-mB50ZC/build-gcc-9/test/test_ctests.py:12: DeprecationWarning: The distutils package is deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 632 for potential alternatives from distutils.version import LooseVersion -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html ```
2023-04-07Upgrade meson version in CIMatthias Goergens-2/+1
2023-02-20Migrate from Travis to Github actionsNikolaus Rath-0/+10
With current Ubuntu, Valgrind apparently does not like clang debug info, so do not run valgrind with clang-compiled binaries.