diff options
author | Wu Xiaotian <[email protected]> | 2019-11-09 17:12:54 +0800 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-12-01 11:39:44 +0100 |
commit | 990db1ffc535b437477151769024d1680c5732f2 (patch) | |
tree | 6d7e0b53d5f7d659ee6885a88d8b378fc69b8184 /.travis.yml | |
parent | 93881642e533133ef9f455612611002531e4475e (diff) | |
download | pluma-990db1ffc535b437477151769024d1680c5732f2.tar.bz2 pluma-990db1ffc535b437477151769024d1680c5732f2.tar.xz |
ci: add autopoint
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/.travis.yml b/.travis.yml index 19f9f320..981d80e2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -64,6 +64,7 @@ env: requires: archlinux: # Useful URL: https://git.archlinux.org/svntogit/community.git/tree/pluma + - appstream-glib - clang - enchant - file @@ -71,7 +72,6 @@ requires: - git - gobject-introspection - gtksourceview3 - - intltool - iso-codes - itstool - libpeas @@ -85,6 +85,7 @@ requires: debian: # Useful URL: https://github.com/mate-desktop/debian-packages # Useful URL: https://salsa.debian.org/debian-mate-team/pluma + - autopoint - clang - clang-tools - cppcheck @@ -92,7 +93,6 @@ requires: - git - gobject-introspection - gtk-doc-tools - - intltool - iso-codes - libenchant-dev - libgirepository1.0-dev @@ -121,6 +121,7 @@ requires: - gtk3-devel - gtksourceview3-devel - iso-codes-devel + - libappstream-glib-devel - libSM-devel - libpeas-devel - make @@ -131,12 +132,12 @@ requires: - redhat-rpm-config ubuntu: + - autopoint - clang - clang-tools - git - gobject-introspection - gtk-doc-tools - - intltool - iso-codes - libenchant-dev - libgirepository1.0-dev @@ -173,10 +174,6 @@ variables: -enable-checker security.insecureAPI.strcpy"' before_scripts: - - if [ ${DISTRO_NAME} == "debian" ];then - - curl -Ls -o debian.sh https://github.com/mate-desktop/mate-dev-scripts/raw/master/travis/debian.sh - - bash ./debian.sh - - fi - curl -Ls -o /usr/bin/gla11y https://github.com/hypra/gla11y/raw/v0.3/gla11y - chmod +x /usr/bin/gla11y |