diff options
author | Wu Xiaotian <[email protected]> | 2020-04-06 11:36:55 +0800 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-04-06 14:16:28 +0200 |
commit | 0a2ab79c5453e0f55cbfac1c710328681c92540a (patch) | |
tree | c3a40d7279f970fff9598ccc006f6c34f46877c2 | |
parent | c38e1972ff53c53c7dce99c14e767e3a7d8abe17 (diff) | |
download | marco-0a2ab79c5453e0f55cbfac1c710328681c92540a.tar.bz2 marco-0a2ab79c5453e0f55cbfac1c710328681c92540a.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 @@ -76,6 +78,7 @@ requires: - make - mate-common - mate-desktop-devel + - meson - redhat-rpm-config - startup-notification-devel - yelp-tools @@ -110,6 +113,7 @@ requires: - libxt-dev - make - mate-common + - meson - x11proto-present-dev - yelp-tools - zenity diff --git a/.travis.yml b/.travis.yml index c316da6a..19e725e3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,7 +22,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: pages |