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 | |
parent | 4db6c0187f0ffaa8cf750be5af456050ef0fe272 (diff) | |
download | marco-2bd0b5599b29245c2325f8348175a5310d791a20.tar.bz2 marco-2bd0b5599b29245c2325f8348175a5310d791a20.tar.xz |
[ci] enable meson build on travis
-rw-r--r-- | .build.yml | 4 | ||||
-rw-r--r-- | .travis.yml | 2 |
2 files changed, 5 insertions, 1 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 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 |