Skip to content

Commit

Permalink
Initial Travis CI
Browse files Browse the repository at this point in the history
Change-Id: I729289d8ca1323de046f501699188fba8c0e5315
Signed-off-by: Tomasz Kantecki <tomasz.kantecki@intel.com>
  • Loading branch information
tkanteck committed Jun 27, 2016
1 parent fa74951 commit a34ce54
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
sudo: required
dist: trusty
before_script:
- sudo apt-get -q update
- sudo apt-get install -y swig cppcheck
script: make cppcheck && make && sudo make install && (cd lib/perl && perl Makefile.PL && make && sudo make install)
language: c
compiler:
- gcc
# - clang

0 comments on commit a34ce54

Please sign in to comment.