Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenFlipper-Free
OpenFlipper-Free
Commits
17216a98
Commit
17216a98
authored
Aug 02, 2017
by
Martin Schultz
Browse files
added command to delete cmake cache for ci-doc.sh
parent
6dd4311b
Changes
1
Hide whitespace changes
Inline
Side-by-side
CI/ci-doc.sh
View file @
17216a98
...
...
@@ -6,6 +6,9 @@ fi
cd
build-release
#clean old cmake cache as the path might have changed (there should be no cmakecache)
find
.
-name
"CMakeCache.txt"
-type
f
-delete
cmake
-DCMAKE_BUILD_TYPE
=
Release
-DOPENFLIPPER_BUILD_UNIT_TESTS
=
FALSE ../
make doc
>>
Doxygen-warning.log 2> Doxygen-error.log
...
...
Write
Preview
Markdown
is supported
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