mirror of https://github.com/GNOME/gimp.git
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:
parent
b2c41bc1f9
commit
39f7dd269d
|
@ -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 ##
|
||||
|
||||
|
|
Loading…
Reference in New Issue