diff options
author | Wu Xiaotian <[email protected]> | 2019-06-22 23:29:12 +0800 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-06-25 11:31:47 +0200 |
commit | 7fa0dd119d4bad38fed214e84514ee85516a0c7d (patch) | |
tree | f98fe4c3fd7081ff9f5175af85e66e0a363c1199 /.travis.yml | |
parent | 39028e317750bcc4c81d762c25f2c88f5c8f3f56 (diff) | |
download | mate-control-center-7fa0dd119d4bad38fed214e84514ee85516a0c7d.tar.bz2 mate-control-center-7fa0dd119d4bad38fed214e84514ee85516a0c7d.tar.xz |
[ci] add gla11y in docker container
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 76a0007b..eba49123 100644 --- a/.travis.yml +++ b/.travis.yml @@ -65,6 +65,7 @@ requires: archlinux: # Useful URL: https://git.archlinux.org/svntogit/community.git/tree/mate-control-center - clang + - file - gcc - git - gobject-introspection @@ -118,6 +119,7 @@ requires: - make - mate-common - mate-settings-daemon-dev + - python-lxml - shared-mime-info - xsltproc - yelp-tools @@ -147,6 +149,7 @@ requires: - make - marco-devel - polkit-devel + - python-lxml - mate-common - mate-settings-daemon-devel - redhat-rpm-config @@ -189,6 +192,7 @@ requires: - make - mate-common - mate-settings-daemon-dev + - python-lxml - shared-mime-info - xsltproc - yelp-tools @@ -262,6 +266,8 @@ before_scripts: - fi - make - make install + - curl -Ls -o /usr/bin/gla11y https://github.com/hypra/gla11y/raw/v0.2/gla11y + - chmod +x /usr/bin/gla11y build_scripts: - ./autogen.sh |