From 990db1ffc535b437477151769024d1680c5732f2 Mon Sep 17 00:00:00 2001 From: Wu Xiaotian Date: Sat, 9 Nov 2019 17:12:54 +0800 Subject: ci: add autopoint --- .travis.yml | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to '.travis.yml') 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 -- cgit v1.2.1