diff options
author | Xiaotian Wu <[email protected]> | 2023-01-11 11:37:32 +0800 |
---|---|---|
committer | raveit65 <[email protected]> | 2023-09-02 17:12:19 +0200 |
commit | 7aac87a9810a8a9f79c545a87684c455f1aec198 (patch) | |
tree | 353d46ecda9d4b04f808eac37fb6d00bb2371dd2 | |
parent | d5e498eacbd3ec8c144e302d3ee0309d437d6e5f (diff) | |
download | mate-menus-7aac87a9810a8a9f79c545a87684c455f1aec198.tar.bz2 mate-menus-7aac87a9810a8a9f79c545a87684c455f1aec198.tar.xz |
ci: build with meson
-rw-r--r-- | .build.yml | 4 | ||||
-rw-r--r-- | .travis.yml | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -12,6 +12,7 @@ requires: - gobject-introspection - make - mate-common + - meson - python2 - which @@ -29,6 +30,7 @@ requires: - libglib2.0-dev - make - mate-common + - meson fedora: # Useful URL: https://src.fedoraproject.org/cgit/rpms/mate-menus.git @@ -42,6 +44,7 @@ requires: - gobject-introspection-devel - make - mate-common + - meson - python2-devel - redhat-rpm-config @@ -55,6 +58,7 @@ requires: - libglib2.0-dev - make - mate-common + - meson variables: - 'CHECKERS=" diff --git a/.travis.yml b/.travis.yml index 6940e3c..faa1e3a 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: |