aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
AgeCommit message (Collapse)Author
2016-10-22Enable testsDmitrij D. Czarkoff
Once cmocka is built, it is cached, so that subsequent builds only need to install it and update linker configuration.
2016-05-13Remove "-std=gnu11" from .travis.ymlDmitrij D. Czarkoff
This reverts commit 9e3db8bdaad7d7752b24df5d9832b980a21f4496. The effort was futile.
2016-05-13Continue to use -std=gnu11 for TravisDmitrij D. Czarkoff
This way we may continue using strict flags for detecting issues while still allowing old compiler versions elsewhere.
2016-01-12Add explicit CFLAGS to .travis.ymlDmitrij D. Czarkoff
Include "-Werror" among flags, so that it is easier to catch compiler warnings.
2016-01-09Add Travis CI supportDmitrij D. Czarkoff
Unfortunately, Travis only wants to use Ubuntu LTS releases, so at least until next Ubuntu LTS release we are stuck with ancient cmocka version. So no automated testing yet.