diff options
author | Wu Xiaotian <[email protected]> | 2020-04-06 11:36:55 +0800 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-04-06 14:32:12 +0200 |
commit | 2bd0b5599b29245c2325f8348175a5310d791a20 (patch) | |
tree | c5ba3c3991cac71b09be0464517bf30c63f79db9 /.build.yml | |
parent | 4db6c0187f0ffaa8cf750be5af456050ef0fe272 (diff) | |
download | marco-2bd0b5599b29245c2325f8348175a5310d791a20.tar.bz2 marco-2bd0b5599b29245c2325f8348175a5310d791a20.tar.xz |
[ci] enable meson build on travis
Diffstat (limited to '.build.yml')
-rw-r--r-- | .build.yml | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |