summary refs log tree commit diff stats
path: root/.travis.yml
AgeCommit message (Collapse)Author
2018-04-03travis: Run testsPatrick Griffis
2017-06-13build: Replace Autotools with MesonPatrick Griffis
Quick rundown of benefits: - Much faster: - Autotools (with autogen): 22 seconds - Meson: 7 seconds - Meson (with ccache): 2 seconds - Simpler: - ~1000 lines smaller - Single simple language - Potentially better Windows (Visual Studio) support What is not done: - Complete Windows support - OSX support (easy) Closes #2013 Closes #1937 Closes #1803
2016-04-07travis: Build on Ubuntu 14.04Patrick Griffis
2016-04-07travis: Build with LuaPatrick Griffis
2016-03-06build: Don't store autoconf-archive macros in repoPatrick Griffis
The release tarballs will still have them
2015-12-07.travis.yml: use container-based infrastructureMikaela Suomalainen
2015-04-22travis: But it needs intltoolTingPing
2015-04-22travis: No longer need gnome-commonTingPing
2015-04-22travis: No longer need to run ./configureTingPing
2014-12-14travis: Build with static analysisTingPing
2014-12-06Update travis notification formatTingPing
2014-09-21travis: Add clang & CPUs & fast_finishMikaela Suomalainen
HexChat seems to compile fine with clang so why to not test it too. -j$(nproc) seems to work with HexChat and fast-finish marks build as failed if one job fails. Fast finish won't stop jobs that aren't finished at the time of failure. Closes #1147
2014-07-17travis: update before installing depsTingPing
2014-01-29Use verbose builds with travisTingPing
2014-01-13Build system improvementsTingPing
- Use AM_GLIB_GNU_GLIB and IT_PROG_INTLTOOL - Use gnome-autogen.sh - Move language list to own file - Delete generated config.rpath file
2013-08-28Update travis to build theme managerTingPing
2013-06-13Tweak travis templateTingPing
2013-06-13FormattingTingPing
2013-06-13Add irc notifications to travisTingPing
2013-04-27Update .travis.ymlTingPing
2013-04-27udpate travis build w/ canberraTingPing
2013-04-19Build with travisTingPing