summaryrefslogtreecommitdiff
path: root/.travis.yml
AgeCommit message (Collapse)AuthorFilesLines
2019-10-11ci: set maximum compile warnings on step scan-build ./configurerbuj1-1/+1
The autogen.sh compiler warning flags are overridden in the configure step.
2019-10-06Travis CI: use Debian "testing" instead "sid"Pablo Barciela1-1/+1
2019-10-05travis(ci): enable notify_serversraveit651-0/+2
2019-10-01 travis (ci): use --enable-compile-warnings=maximumraveit651-1/+14
- build mate-common from tarball
2019-09-15build: add --enable-more-warnings configure flagrbuj1-1/+5
- Remove -ansi from CFLAGS. - By default, CFLAGS: -Wall -Wcast-align -Wchar-subscripts -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wsign-compare -Wshadow - If --enable-more-warnings, add -Wextra to CFLAGS. - Requires autoconf-archive package.
2019-09-06Travis CI: clang: -enable-checker alpha.deadcode.UnreachableCodePablo Barciela1-0/+1
2019-08-22Travis CI: cppcheck with -D'PACKAGE' and -D'WITH_VERBOSE_MODE'Pablo Barciela1-2/+2
To force the analyse of all the files Fixes the warning: [src/core/keybindings.c:0]: (information) This file is not analyzed. Cppcheck failed to extract a valid configuration. Use -v for more details.
2019-07-04CI: don't exclude .gmo files from tarballraveit651-1/+0
gettext needs .gmo files to install .mo locale
2019-06-22remove line for debugWu Xiaotian1-1/+0
2019-06-22fix make dist to remove .gmo filesWu Xiaotian1-0/+2
2019-05-23travis: use fedora-30 and ubuntu-19.10 for buildingraveit651-2/+2
2019-05-16[ci] add autopoint for debian/ubuntuWu Xiaotian1-0/+2
2019-05-15[ci] Add cppcheck html reportPablo Barciela1-1/+4
2019-04-24travis: enable 'cppcheck' in debianPablo Barciela1-0/+4
2019-03-30github releaseraveit651-10/+27
2019-03-10[ci] switch to use build scripts on master branchWu Xiaotian1-2/+2
2019-03-10[ci] If possible, compile with make -jNWu Xiaotian1-1/+5
2019-03-10[ci] Use status notificationWu Xiaotian1-3/+8
2019-03-10[ci] Enable Clang Static Analyzer for marcoWu Xiaotian1-5/+59
2019-02-16Prepare for docker-build 0.1.1 merge into masterWu Xiaotian1-15/+17
Please see mate-desktop/mate-dev-scripts#13
2019-02-08Now to use docker-build on the master branchWu Xiaotian1-1/+1
2019-02-07change to use archlinux/base imageWu Xiaotian1-8/+4
2019-02-03Initialize travis supportWu Xiaotian1-0/+132