summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJiri Popek <Jiri.Popek@bmw.de>2018-01-25 10:07:10 +0100
committerChristoph Lipka <clipka@users.noreply.github.com>2019-01-21 09:59:03 +0100
commit41b1cb796a426575a7958becdb70f5132db0fc09 (patch)
tree170648bf0723c0f336cbc254d74bc7cbb7006b4c
parent91aacda2c4d0a0565f30126021521a383923a6ae (diff)
downloadDLT-daemon-41b1cb796a426575a7958becdb70f5132db0fc09.tar.gz
Add the Travis CI script
-rw-r--r--.travis.yml13
1 files changed, 13 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..8eec763
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,13 @@
+language: c
+
+compiler: gcc
+
+script: cmake -DWITH_DLTTEST=on -DWITH_TEST_SCRIPTS=on -DWITH_DLT_UNIT_TEST=on CMakeLists.txt && make && ./src/tests/dlt-test-user
+
+addons:
+ apt:
+ packages:
+ - cmake-data
+ - cmake
+ - libdbus-1-dev
+ - build-essential \ No newline at end of file