Travis cmaketest will also run "make install" and "make uninstall"

This commit is contained in:
inikep
2016-06-03 11:40:15 +02:00
parent d36ee9b845
commit c7f008b069
2 changed files with 6 additions and 4 deletions
+1 -1
View File
@@ -155,7 +155,7 @@ cmaketest:
cmake --version
rm -rf projects/cmake/build
mkdir projects/cmake/build
cd projects/cmake/build ; cmake $(CMAKE_PARAMS) .. ; $(MAKE)
cd projects/cmake/build ; cmake -DPREFIX:STRING=~/install_test_dir $(CMAKE_PARAMS) .. ; $(MAKE) install ; $(MAKE) uninstall
c90test: clean
CFLAGS="-std=c90" $(MAKE) all # will fail, due to // and long long