Update travis control file

Remove unnecessary help message, use standard CMake configuration
as described in README file.
This commit is contained in:
Albrecht Schlosser 2020-02-13 22:07:29 +01:00
parent c4ed2341ec
commit e75ba551a6

View File

@ -53,13 +53,14 @@ script:
./configure
make
mkdir cmake-build
cmake -G "Unix Makefiles" -S . -B"./cmake-build"
cd cmake-build
cmake -G "Unix Makefiles" ..
make
else
scan-build cmake -G "Unix Makefiles"
scan-build --status-bugs -v
make
mkdir scan-build
cd scan-build
scan-build cmake -G "Unix Makefiles" ..
scan-build --status-bugs -v make
fi
after_success: