ci: Embedding CI build and test running script

This commit also unifies build and test scripts for Jenkins and Travis CI

Change-Id: I6ee99c51032769629eb2c62b40608033fa9cac78
diff --git a/.travis.yml b/.travis.yml
index ec41e47..3b2c6a6 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,9 +8,4 @@
 before_install:
   - travis_retry sudo apt-get install -qq libboost1.48-all-dev libcrypto++-dev libsqlite3-dev
 script:
-  - ./waf configure --with-tests
-  - ./waf -j1
-  - sudo ./waf install
-  - sudo ldconfig
-  - #
-  - ./build/unit-tests -l test_suite
+  - ./.jenkins