diff options
author | Victor A. Santos <[email protected]> | 2020-08-22 14:03:33 -0300 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-09-03 13:19:56 +0200 |
commit | 007888e9b170257e822c40b353674616b5555204 (patch) | |
tree | c80293fa94f34f006d5d8f495ef7cd327dc3e142 | |
parent | c0c36501cfeadc0f526610891b6dd257ce3c8229 (diff) | |
download | mate-power-manager-007888e9b170257e822c40b353674616b5555204.tar.bz2 mate-power-manager-007888e9b170257e822c40b353674616b5555204.tar.xz |
[ci] enable meson build on travis
-rw-r--r-- | .build.yml | 4 | ||||
-rw-r--r-- | .travis.yml | 1 |
2 files changed, 5 insertions, 0 deletions
@@ -17,6 +17,7 @@ requires: - make - mate-common - mate-panel + - meson - python - upower - which @@ -47,6 +48,7 @@ requires: - libxrandr-dev - make - mate-common + - meson - pkg-config - xmlto - yelp-tools @@ -71,6 +73,7 @@ requires: - mate-common - mate-panel-devel - mesa-libGL-devel + - meson - pangox-compat-devel - polkit-devel - popt-devel @@ -99,6 +102,7 @@ requires: - libxrandr-dev - make - mate-common + - meson - pkg-config - xmlto - yelp-tools diff --git a/.travis.yml b/.travis.yml index 78769ab..910f002 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,6 +25,7 @@ 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: |