summaryrefslogtreecommitdiff
path: root/.travis.yml
AgeCommit message (Collapse)AuthorFilesLines
2020-11-18travis CI: use rolling tag for ubuntu docker imageraveit651-1/+1
2020-07-04Travis CI: enable irc notifications with tagged commitsPablo Barciela1-1/+1
2020-06-26[ci] fix release tarball on travis CI failedWu Xiaotian1-1/+3
2020-04-20Travis CI: enable irc notifications with broken buildsPablo Barciela1-0/+12
2020-04-05ci: avoid deprecated skip_cleanupraveit651-2/+2
2020-04-04CI: update build environmentsraveit651-6/+7
2020-04-02Travis CI: update travis.ymlraveit651-7/+9
- fix build error with archlinux on Travis CI - Avoid warning for build config validation - change archlinux docker image name
2020-03-17Travis CI: use Ubuntu devel instead 19.10Pablo Barciela1-2/+1
2020-02-22travis: update config for new travis validationraveit651-147/+3
2019-12-04Travis CI: add '-Wredundant-decls' to 'CFLAGS' variablePablo Barciela1-1/+1
2019-11-24travis ci: use fedora:latestraveit651-1/+1
2019-10-06Travis CI: use Debian "testing" instead "sid"Pablo Barciela1-1/+1
2019-10-05travis(ci): enable notify_serversraveit651-0/+2
2019-09-05Travis CI: clang: -enable-checker alpha.deadcode.UnreachableCodePablo Barciela1-0/+1
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