From: Christopher Peplin Date: Sun, 29 Dec 2013 19:43:29 +0000 (-0500) Subject: Add Travis CI config. X-Git-Tag: 5.0.2~277^2~21 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=418b64039712979dccd8b852cd1a28b857282f11;p=apps%2Fagl-service-can-low-level.git Add Travis CI config. --- diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 00000000..9ecb6a44 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,10 @@ +language: c +compiler: + - gcc +script: make test +before_install: + - sudo apt-get update -qq + - sudo apt-get install check +notifications: + hipchat: + - secure: "ZO/hEAoOTZ4FJytMW0m4LZrsdFVM1/V0Hu13zfj8mdcHkf2MyfxthPDecnn5\naZVn4P8mSSwpp39EnAfa9fBcWcDESnKM1YQKPPGkoxZZHIOd2rYhRv34XfpE\n5qNLkQ/lEPQCBEmvIQ5ZJxsiZjGhO7KxWvdNdruH6cdVCYSh4Xo=" diff --git a/README.mkd b/README.mkd index 0ec51263..c6dfb43c 100644 --- a/README.mkd +++ b/README.mkd @@ -81,7 +81,8 @@ The library supports parsing floating point CAN signals as well as booleans. ## Testing -The library includes a test suite that uses the `check` C unit test library. +The library includes a test suite that uses the `check` C unit test library. It +requires the unit testing library `check`. $ make test