Commit graph

5 commits

Author SHA1 Message Date
Dmitrij D. Czarkoff 311c35e3b9 Enable tests
Once cmocka is built, it is cached, so that subsequent builds only need to
install it and update linker configuration.
2016-10-22 12:37:43 +02:00
Dmitrij D. Czarkoff aac1d79e77 Remove "-std=gnu11" from .travis.yml
This reverts commit 9e3db8bdaa.  The effort was
futile.
2016-05-13 06:30:51 +02:00
Dmitrij D. Czarkoff 9e3db8bdaa Continue to use -std=gnu11 for Travis
This way we may continue using strict flags for detecting issues while still
allowing old compiler versions elsewhere.
2016-05-13 01:00:30 +02:00
Dmitrij D. Czarkoff 50c95ac9dd Add explicit CFLAGS to .travis.yml
Include "-Werror" among flags, so that it is easier to catch compiler warnings.
2016-01-12 22:39:50 +01:00
Dmitrij D. Czarkoff c70995a724 Add Travis CI support
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.
2016-01-09 17:55:13 +01:00