Update travis control file
Remove unnecessary help message, use standard CMake configuration as described in README file.
This commit is contained in:
parent
c4ed2341ec
commit
e75ba551a6
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user