Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
GameDevWeek
Dependencies
Cpp
mirrage
Commits
26055900
Commit
26055900
authored
Oct 01, 2017
by
Florian Oetke
Browse files
travis-ci config
parent
6c598bcb
Changes
1
Hide whitespace changes
Inline
Side-by-side
.travis.sh
View file @
26055900
...
...
@@ -8,9 +8,7 @@ if [ $ANALYZE = "true" ]; then
if
[
"
$CC
"
=
"clang"
]
;
then
docker
exec
build scan-build cmake
-G
"Unix Makefiles"
-H
/repo
-B
/build
docker
exec
build scan-build cmake
-G
"Unix Makefiles"
-H
/repo
-B
/build
docker
exec
build scan-build
-enable-checker
core.AdjustedReturnValue
\
-enable-checker
core.AttributeNonNull
\
-enable-checker
deadcode.DeadStores
\
docker
exec
build scan-build
-enable-checker
deadcode.DeadStores
\
-enable-checker
security.insecureAPI.UncheckedReturn
\
--status-bugs
-v
\
cmake
--build
/build
...
...
@@ -19,6 +17,5 @@ else
docker
exec
build cmake
-DSF2_BUILD_TESTS
=
ON
-H
/repo
-B
/build
docker
exec
build cmake
-DSF2_BUILD_TESTS
=
ON
-H
/repo
-B
/build
docker
exec
build cmake
--build
/build
docker
exec
build cmake
--build
/build
--target
test
fi
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment