Merge pull request #98 from kiwix/meson_test
Stop using the deprecated (and broken) `mesontest`.
This commit is contained in:
commit
afc32ff71e
|
@ -254,7 +254,7 @@ class BuildEnv:
|
|||
self.meson_command = self._detect_meson()
|
||||
if not self.meson_command:
|
||||
sys.exit("ERROR: meson command not fount")
|
||||
self.mesontest_command = "mesontest"
|
||||
self.mesontest_command = "meson test"
|
||||
self.setup_build(options.target_platform)
|
||||
self.setup_toolchains()
|
||||
self.options = options
|
||||
|
|
|
@ -6,7 +6,7 @@ orig_dir=$(pwd)
|
|||
|
||||
sudo apt-get update -qq
|
||||
sudo apt-get install -qq python3-pip zlib1g-dev libjpeg-dev
|
||||
pip3 install --user meson
|
||||
pip3 install --user meson==0.43.0
|
||||
pip3 install --user pillow
|
||||
|
||||
# ninja
|
||||
|
|
Loading…
Reference in New Issue