summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.build.yml4
-rw-r--r--.travis.yml2
2 files changed, 5 insertions, 1 deletions
diff --git a/.build.yml b/.build.yml
index a6c1feff..061f60a8 100644
--- a/.build.yml
+++ b/.build.yml
@@ -17,6 +17,7 @@ requires:
- make
- mate-common
- mate-desktop
+ - meson
- which
- yelp-tools
- zenity
@@ -53,6 +54,7 @@ requires:
- libxt-dev
- make
- mate-common
+ - meson
- x11proto-present-dev
- yelp-tools
- zenity
@@ -75,6 +77,7 @@ requires:
- make
- mate-common
- mate-desktop-devel
+ - meson
- redhat-rpm-config
- startup-notification-devel
- yelp-tools
@@ -109,6 +112,7 @@ requires:
- libxt-dev
- make
- mate-common
+ - meson
- x11proto-present-dev
- yelp-tools
- zenity
diff --git a/.travis.yml b/.travis.yml
index 31ef220b..36e2770e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -17,7 +17,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
deploy:
- provider: script