Merge pull request #98 from kiwix/meson_test

Stop using the deprecated (and broken) `mesontest`.
This commit is contained in:
Matthieu Gautier 2017-12-13 14:50:04 +00:00 committed by GitHub
commit afc32ff71e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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