summaryrefslogtreecommitdiff
path: root/.travis.yml
AgeCommit message (Collapse)AuthorFilesLines
2019-07-24make 'rsvg-convert' optionalPablo Barciela1-4/+0
2019-07-04CI: don't exclude .gmo files from tarballraveit651-1/+0
gettext needs .gmo files to install .mo locale
2019-06-22CI: remove debug lineraveit651-1/+0
2019-06-22CI: fix make distcheck to remove .gmo filesraveit651-0/+2
2019-06-22CI: use autotoools for creating the tarball againraveit651-4/+2
2019-06-16CI: fix meson distcheckraveit651-0/+2
2019-06-02Travis CI: Fix icon namePablo Barciela1-1/+1
the icon name was changed since the commit: https://github.com/mate-desktop/mate-desktop/commit/d83bccb64d612034be471c0724edd129519c3584 and it was moved with the commit: https://github.com/mate-desktop/mate-desktop/commit/6109546780fde4bc8e9986c3f258960a5fdd76bf
2019-06-01[ci] Add cppcheck html reportPablo Barciela1-1/+4
2019-05-27travis: use fedora-30 and ubuntu-19.10 for buildingraveit651-6/+8
2019-05-27travis: use ninja dist for releaseraveit651-2/+2
2019-04-23travis: enable 'cppcheck' in debianPablo Barciela1-0/+4
2019-04-12travis: add meson dependencyraveit651-0/+4
2019-04-11[ci] run after_script when use autotoolsWu Xiaotian1-3/+5
2019-04-11enable meson build on travisWu Xiaotian1-1/+1
2019-04-04.travis.yml: add autopoint to debianMarty E. Plummer1-0/+1
Signed-off-by: Marty E. Plummer <[email protected]>
2019-03-31github releaseraveit651-10/+27
2019-03-21GEN png icons from hicolor_apps_scalable_mate.svgrbuj1-0/+4
Update icon cache and avoid conflict with mate theme: PNG icons are created if they are not present in icon folder. To remove png icons: cd icons; make clean-png-icons $ cat test.py import gtk screen = gtk.gdk.screen_get_default() icon_theme = gtk.icon_theme_get_for_screen(screen) print icon_theme.lookup_icon("mate-desktop", 16, 0).get_filename() print icon_theme.lookup_icon("mate-desktop", 22, 0).get_filename() print icon_theme.lookup_icon("mate-desktop", 24, 0).get_filename() print icon_theme.lookup_icon("mate-desktop", 32, 0).get_filename() print icon_theme.lookup_icon("mate-desktop", 48, 0).get_filename() print icon_theme.lookup_icon("mate-desktop", 128, 0).get_filename() print icon_theme.lookup_icon("mate-desktop", 256, 0).get_filename() print icon_theme.lookup_icon("mate", 16, 0).get_filename() print icon_theme.lookup_icon("mate", 22, 0).get_filename() print icon_theme.lookup_icon("mate", 24, 0).get_filename() print icon_theme.lookup_icon("mate", 32, 0).get_filename() print icon_theme.lookup_icon("mate", 48, 0).get_filename() print icon_theme.lookup_icon("mate", 128, 0).get_filename() print icon_theme.lookup_icon("mate", 256, 0).get_filename() print icon_theme.lookup_icon("mate", 1000, 0).get_filename() $ python test.py /usr/share/icons/hicolor/16x16/apps/mate-desktop.png /usr/share/icons/hicolor/22x22/apps/mate-desktop.png /usr/share/icons/hicolor/24x24/apps/mate-desktop.png /usr/share/icons/hicolor/32x32/apps/mate-desktop.png /usr/share/icons/hicolor/48x48/apps/mate-desktop.png /usr/share/icons/hicolor/128x128/apps/mate-desktop.png /usr/share/icons/hicolor/scalable/apps/mate-desktop.svg /usr/share/icons/mate/16x16/apps/mate.png /usr/share/icons/mate/22x22/apps/mate.png /usr/share/icons/mate/24x24/apps/mate.png /usr/share/icons/mate/32x32/apps/mate.png /usr/share/icons/mate/48x48/apps/mate.png /usr/share/icons/mate/scalable/apps/mate.svg /usr/share/icons/mate/scalable/apps/mate.svg /usr/share/icons/mate/scalable/apps/mate.svgT
2019-03-13[ci] Enable Clang Static AnalyzerWu Xiaotian1-7/+68
2019-02-16Prepare for docker-build 0.1.1 merge into masterWu Xiaotian1-1/+3
Please see mate-desktop/mate-dev-scripts#13
2019-02-08use archlinux/base imageWu Xiaotian1-10/+4
2019-02-03Initialize travis supportWu Xiaotian1-0/+111