aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* .build.yml: On Debian, actively enable unit tests when building with CMake.Mike Gabriel2021-04-211-1/+5
* .build.yml: Don't fail on which's non-zero exit-code.Mike Gabriel2021-04-211-1/+1
* .build.yml: Run unit tests in xvfb-run environment (if xvfb-run is $PATH).Mike Gabriel2021-04-211-2/+5
* .build.yml: Test target with CMake is 'test', with autotools it is 'check'.Mike Gabriel2021-04-211-1/+5
* .build.yml: No such Makefile target distcheck with CMake builds.Mike Gabriel2021-04-211-1/+0
* .build.yml: Don't run cmake in Clang mode. Breaks GCC builds later on.Mike Gabriel2021-04-211-1/+1
* .travis.yml: Also run Travis CI builds against current Debian stable.Mike Gabriel2021-04-201-0/+1
* .travis.yml: pip3-install wheel. Should resolve "error: invalid command 'bdis...Mike Gabriel2021-04-201-0/+1
* .build.yml: Drop echo statement.Mike Gabriel2021-04-201-1/+0
* .build.yml: Don't confuse docker-build with unneeded colons (confuses YAML pa...Mike Gabriel2021-04-201-1/+1
* .build.yml: Re-add clang for archlinux and ubuntu (needed for scan-build comm...Mike Gabriel2021-04-201-0/+3
* .build.yml: Add build requirements: gcovr, lcov.Mike Gabriel2021-04-201-0/+6
* .build.yml: Additionall pull in cmake related packages.Mike Gabriel2021-04-201-3/+9
* .build.yml: Drop not-required build requirements.Mike Gabriel2021-04-201-5/+0
* .build.yml: Add CMake support.Mike Gabriel2021-04-201-3/+11
* .build.yml: Drop fedora build target.Mike Gabriel2021-04-201-23/+0
* Travis-CI: temporarily disable archlinux:latest CI builds.Mike Gabriel2021-04-201-1/+2
* Travis-CI: Also build against Ubuntu 20.04 (for Ubuntu Touch's sake).Mike Gabriel2021-04-201-0/+1
* .build.yml: Try installing pacman to work-around missing /var/lib/pacman dire...Mike Gabriel2021-04-201-0/+1
* Travis-CI: Simplify CI scripts, drop fedora remnants, no gen-index script nee...Mike Gabriel2021-04-202-10/+2
* .travis.yml: Drop deploy: section.Mike Gabriel2021-04-201-13/+0
* TRAVIS: Disable Fedora CI builds for now (and thus, cppcheck).Mike Gabriel2021-04-202-24/+24
* release 0.8.20.8.2Mike Gabriel2021-01-254-3/+182
* debian/*: Update from official Debian packaging.Mike Gabriel2021-01-254-14/+23
* Merge branch 'sunweaver-pr/travis-builds-against-fedora'Robert Tari2020-12-222-21/+38
|\
| * Travis: Enable CI builds against Fedora.Mike Gabriel2020-12-222-21/+38
|/
* Merge branch 'dthadi3-ppc64le'Mike Gabriel2020-12-221-0/+9
|\
| * Travis-ci: archlinux docker image not available on powerDevendranath Thadi2020-12-101-0/+4
| * Travis-ci: added support for ppc64leDevendranath Thadi2020-12-101-0/+5
|/
* .build.yml: Add 'which' build-requirement (needed by autogen.sh / mate-common...Mike Gabriel2020-12-031-0/+1
* Travis: First attempt at CI building against Archlinux.Mike Gabriel2020-12-032-15/+14
* debian/libayatana-ido3-0.4-0.symbols: Update for new symbols related to idoRe...Mike Gabriel2020-12-031-0/+7
* Merge branch 'sunweaver-pr/fix-make-distcheck'Robert Tari2020-12-035-64/+149
|\
| * AUTHORS: Add Robert Tari to authors.Mike Gabriel2020-12-031-0/+1
| * NEWS: Add file (compiled out of Git history).Mike Gabriel2020-12-031-0/+66
| * Makefile.am: Add --disable-silent-rules option to DISTCHECK_CONFIGURE_FLAGS.Mike Gabriel2020-12-031-1/+1
| * src/Makefile.am: Move 'sources_c =' variable definition further up.Mike Gabriel2020-12-031-27/+27
| * src/Makefile.am: Split out all *.c files from libayatana_ido_0_4_la_SOURCES i...Mike Gabriel2020-12-031-1/+8
| * src/Makefile.am: Various TAB'bing fixes / beautifications.Mike Gabriel2020-12-031-26/+36
| * src/Makefile.am: Merge old 'INCLUDES =' and 'AM_CPPFLAGS =' values (and beaut...Mike Gabriel2020-12-031-18/+18
| * src/libayatana-ido.h: Include internal APIs from the local directory (i.e. th...Mike Gabriel2020-12-031-3/+3
| * configure.ac: Comment out CHECK_XORG_GTEST. Not available in a functional sta...Mike Gabriel2020-12-031-1/+1
| * Makefile.am: Re-add DISTCHECK_CONFIGURE_FLAGS to disable GTK doc build during...Mike Gabriel2020-12-031-0/+2
* | Merge branch 'sunweaver-pr/update-authors'Robert Tari2020-12-031-0/+1
|\ \ | |/ |/|
| * TRAVIS: Add .build.yml (missing in previous commit).Mike Gabriel2020-12-031-0/+125
| * TRAVIS: first attempt of doing CI builds in docker images.Mike Gabriel2020-12-031-123/+25
| * AUTHORS: Add Robert Tari to authors.Mike Gabriel2020-12-011-0/+1
* | TRAVIS: Add .build.yml (missing in previous commit).Mike Gabriel2020-12-021-0/+125
* | TRAVIS: first attempt of doing CI builds in docker images.Mike Gabriel2020-12-021-123/+25
|/
* .travis.yml: Correctly set MATRIX_EVAL for 'GCC 10.x / Ubuntu bionic'.Mike Gabriel2020-12-011-1/+1