CI: run the tests with meson

Not all are ported I think, but this is a start.
This commit is contained in:
Christoph Reiter 2019-03-28 19:54:13 +01:00
parent 73fcf0d3d4
commit 7bc1aeef8e

View File

@ -10,4 +10,11 @@ export PATH="${HOME}/.local/bin:${PATH}"
python3 -m pip install --user meson==0.49.2
meson _build
ninja -C _build
cd _build
ninja
xvfb-run -a -s "-screen 0 1024x768x24" \
meson test \
--timeout-multiplier 4 \
--print-errorlogs \
--suite=gtk+-3.0 \