summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWu Xiaotian <[email protected]>2020-04-06 11:36:55 +0800
committerraveit65 <[email protected]>2020-04-06 14:16:28 +0200
commit0a2ab79c5453e0f55cbfac1c710328681c92540a (patch)
treec3a40d7279f970fff9598ccc006f6c34f46877c2
parentc38e1972ff53c53c7dce99c14e767e3a7d8abe17 (diff)
downloadmarco-0a2ab79c5453e0f55cbfac1c710328681c92540a.tar.bz2
marco-0a2ab79c5453e0f55cbfac1c710328681c92540a.tar.xz
[ci] enable meson build on travis
-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 549536a0..3efac4de 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
@@ -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