gitlab-ci: run unit tests for meson builds.

Not because they are working better than the ones in autotools, but
rather because it seems they are simply barely implemented! So of
course, the few tests currently there work.
This commit is contained in:
Jehan 2020-01-03 22:55:09 +01:00
parent b2c41bc1f9
commit 39f7dd269d
1 changed files with 2 additions and 2 deletions

View File

@ -148,7 +148,7 @@ gimp-debian/testing-meson:
-Djavascript=always
-Dlua=always
- ninja -C _build
# - ninja test
- ninja -C _build test
gimp-debian/testing-clang:
extends: .gimp-debian/testing-base
@ -164,7 +164,7 @@ gimp-debian/testing-clang:
-Djavascript=always
-Dlua=always
- ninja -C _build
# - ninja test
- ninja -C _build test
## WINDOWS 64-bit CI ##