Explorar o código

Merge pull request #130 from linuxmaniac/vseva/travis_install

test/travis: add installation to the test
Victor Seva %!s(int64=10) %!d(string=hai) anos
pai
achega
32b153592f
Modificáronse 1 ficheiros con 6 adicións e 0 borrados
  1. 6 0
      test/travis/build_travis.sh

+ 6 - 0
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