diff options
author | Wu Xiaotian <[email protected]> | 2020-04-05 22:17:55 +0800 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-08-15 17:28:55 +0200 |
commit | 25aa2c5a7156a00232309876cba1215a53f0333f (patch) | |
tree | 5a48c3db9b67ba89e21849776ccbe1f684c1e1e9 | |
parent | bc13d9f3af1d5114e47b75633c4fd5578214b460 (diff) | |
download | mate-terminal-25aa2c5a7156a00232309876cba1215a53f0333f.tar.bz2 mate-terminal-25aa2c5a7156a00232309876cba1215a53f0333f.tar.xz |
[ci] enable meson build test
-rw-r--r-- | .build.yml | 4 | ||||
-rw-r--r-- | .travis.yml | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -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: |