diff options
author | Samuel Thibault <[email protected]> | 2019-07-01 16:18:56 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-07-08 14:28:07 +0200 |
commit | 9a0031211ae0ac88053de91b429ecf3b8d6d2d17 (patch) | |
tree | fc592148504ba28d935bf4cb67734f17f0ddf540 /.travis.yml | |
parent | edb9b6f0a426686350e9ac9ea903507d358c1994 (diff) | |
download | caja-9a0031211ae0ac88053de91b429ecf3b8d6d2d17.tar.bz2 caja-9a0031211ae0ac88053de91b429ecf3b8d6d2d17.tar.xz |
Add support for checking .ui accessibility with gla11y
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 1e02d68e..9962d98f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -69,6 +69,7 @@ requires: - git - make - exempi + - file - gobject-introspection - gvfs - intltool @@ -105,6 +106,7 @@ requires: - libx11-dev - libxml2-dev - mate-common + - python3-lxml - quilt - shared-mime-info @@ -129,6 +131,7 @@ requires: - mate-common - mate-desktop-devel - pangox-compat-devel + - python3-lxml - startup-notification-devel - libnotify-devel @@ -155,6 +158,7 @@ requires: - libx11-dev - libxml2-dev - mate-common + - python3-lxml - quilt - shared-mime-info @@ -181,6 +185,8 @@ before_scripts: - egrep -lRZ 'G_GNUC_BEGIN_IGNORE_DEPRECATIONS' . | xargs -0 -l sed -i -e 's/G_GNUC_BEGIN_IGNORE_DEPRECATIONS/ /g' - egrep -lRZ 'G_GNUC_END_IGNORE_DEPRECATIONS' . | xargs -0 -l sed -i -e 's/G_GNUC_END_IGNORE_DEPRECATIONS/ /g' - fi + - curl -Ls -o /usr/bin/gla11y https://github.com/hypra/gla11y/raw/v0.2/gla11y + - chmod +x /usr/bin/gla11y build_scripts: # build failed with f30 und using clang patch, fixed in f30? |