forked from AuroraMiddleware/gtk
CI: run the tests with meson
Not all are ported I think, but this is a start.
This commit is contained in:
parent
73fcf0d3d4
commit
7bc1aeef8e
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user