[sr-dev] git:master:d67c0040: test/travis: add installation to the test

Victor Seva linuxmaniac at torreviejawireless.org
Fri Apr 17 10:11:07 CEST 2015


Module: kamailio
Branch: master
Commit: d67c0040058035088fd299f122cb37ba55c3256f
URL: https://github.com/kamailio/kamailio/commit/d67c0040058035088fd299f122cb37ba55c3256f

Author: Victor Seva <linuxmaniac at torreviejawireless.org>
Committer: Victor Seva <linuxmaniac at torreviejawireless.org>
Date: 2015-04-17T10:00:14+02:00

test/travis: add installation to the test

- only for gcc. It seems to fail on travis with clang o_0

---

Modified: test/travis/build_travis.sh

---

Diff:  https://github.com/kamailio/kamailio/commit/d67c0040058035088fd299f122cb37ba55c3256f.diff
Patch: https://github.com/kamailio/kamailio/commit/d67c0040058035088fd299f122cb37ba55c3256f.patch

---

diff --git a/test/travis/build_travis.sh b/test/travis/build_travis.sh
index 0bb04ca..04b4b2c 100755
--- a/test/travis/build_travis.sh
+++ b/test/travis/build_travis.sh
@@ -23,3 +23,9 @@ for grp in ${PACKAGE_GROUPS}; do
 done
 #echo "unit tests"
 #make -C test/unit
+if [[ "$CC" =~ "gcc" ]] ; then
+	echo "make install"
+	sudo make install
+else
+	echo "skip make install step"
+fi




More information about the sr-dev mailing list