From 25aa2c5a7156a00232309876cba1215a53f0333f Mon Sep 17 00:00:00 2001 From: Wu Xiaotian Date: Sun, 5 Apr 2020 22:17:55 +0800 Subject: [ci] enable meson build test --- .build.yml | 4 ++++ .travis.yml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.build.yml b/.build.yml index a0e61f9..9175be9 100644 --- a/.build.yml +++ b/.build.yml @@ -12,6 +12,7 @@ requires: - make - mate-common - mate-desktop + - meson - vte3 - which - yelp-tools @@ -34,6 +35,7 @@ requires: - libx11-dev - make - mate-common + - meson - yelp-tools fedora: @@ -50,6 +52,7 @@ requires: - libSM-devel - make - mate-common + - meson - redhat-rpm-config - vte291-devel @@ -68,6 +71,7 @@ requires: - libx11-dev - make - mate-common + - meson - yelp-tools variables: diff --git a/.travis.yml b/.travis.yml index 52d5f39..c2e6762 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,7 +24,7 @@ install: - ./docker-build --name ${DISTRO} --config .build.yml --install script: - - ./docker-build --name ${DISTRO} --verbose --config .build.yml --build scripts + - ./docker-build --name ${DISTRO} --verbose --config .build.yml --build scripts --build meson notifications: irc: -- cgit v1.2.1