mirror of
https://github.com/fltk/fltk.git
synced 2026-05-24 00:06:20 +08:00
Update travis control file
Remove unnecessary help message, use standard CMake configuration as described in README file.
This commit is contained in:
+5
-4
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user