Skip to content

Commit

Permalink
Add the Travis CI script
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiri Popek authored and clipka committed Jan 21, 2019
1 parent 91aacda commit 41b1cb7
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 41b1cb7

Please sign in to comment.