Commit Graph

12 Commits

Author SHA1 Message Date
ejurgensen 25795053b7 Fix for Travis build stopping on tzdata install prompt 2020-05-12 23:21:35 +02:00
chme f3cb20543b [travis-ci] Build forked-daapd in the latest Ubuntu LTS docker image 2019-03-11 17:46:11 +01:00
chme 271978f41a [travis-ci] Build on Ubuntu 16.04 (Xenial) 2018-12-29 16:34:56 +01:00
chme 05fd28239b [travis] Build libwebsockets 2.0.3 from source 2018-12-29 16:34:56 +01:00
chme 168fc26c69 [travis] Disable webinterface in travis-ci builds 2018-06-03 23:39:37 +03:00
chme e4e5fd5d59 [travis] Disable building with websocket support
Travis build runs on ubuntu 14.04 and the libwebsockets version does not
meet the required min version of 2.0.2
2017-09-15 18:49:04 +02:00
chme 7205bc23e3 [travis] Run make befor running scan-build
scan-build --status-bugs does not return an error code if make fails
with compile errors. Therefor run make as a seperate step to ensure the
travis build does not report a false positive.
2017-06-25 08:48:44 +02:00
ejurgensen aa20a268bb [travis] Travis doesn't have libsodium, so disable verification 2017-06-20 21:29:38 +02:00
ejurgensen 2300116d53 Update .travis.yml with libsodium and --disable-verification configure option 2017-06-19 23:46:10 +02:00
ejurgensen 8513c9416c [travis-ci] Update configuration file (fix package name) 2017-01-31 22:32:27 +01:00
ejurgensen 31bf0114b6 [travis-ci] Update configuration file 2017-01-31 22:27:01 +01:00
chme 62dd1bb407 [travic-ci] Added configuration file for travis-ci (#339)
Builds different configuration with scan-build reporting failure if
scan-build found issues. Due to the ANTLR3 generated files the checker
deadcode.DeadStores needs to be disabled or all builds will fail.
2017-01-21 10:13:40 +01:00