- add travis definition to start ci

- ignore some stuff
This commit is contained in:
Michael Iedema 2014-03-31 11:36:01 +02:00
parent 1329fdd2c9
commit 2fbe0c6ac4
2 changed files with 24 additions and 0 deletions

3
.gitignore vendored Normal file
View File

@ -0,0 +1,3 @@
._*
coredumper-*
libcoredumper*

21
.travis.yml Normal file
View File

@ -0,0 +1,21 @@
language: cpp
compiler: gcc
notifications:
irc:
channels:
- "chat.freenode.net#openbts"
template:
- "%{repository} : %{message} : %{build_url}"
on_success: change
on_failure: always
#before_install:
# - sudo apt-get install -qq cdbs libsqlite-dev unixodbc-dev
#install:
# - sh bootstrap.sh
script:
- ./build.sh