Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Main Repositories
otb
Commits
5b4a3712
Commit
5b4a3712
authored
Apr 09, 2019
by
Guillaume Pasero
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
CI: enable doxygen on only one platform
parent
5ef2cca4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
CI/main_ci.cmake
CI/main_ci.cmake
+2
-1
CI/ubuntu-18.04-llvm-shark.cmake
CI/ubuntu-18.04-llvm-shark.cmake
+1
-0
No files found.
CI/main_ci.cmake
View file @
5b4a3712
...
...
@@ -70,6 +70,7 @@ set (OTB_LARGEINPUT_ROOT "") # todo
message
(
STATUS
"CI profile :
${
ci_profile
}
"
)
#The following file set the CONFIGURE_OPTIONS variable
set
(
ENABLE_DOXYGEN OFF
)
set
(
CONFIGURE_OPTIONS
""
)
include
(
"
${
CMAKE_CURRENT_LIST_DIR
}
/configure_option.cmake"
)
...
...
@@ -108,7 +109,7 @@ if ( NOT _build_rv EQUAL 0 )
message
(
SEND_ERROR
"An error occurs during ctest_build."
)
endif
()
if
(
NOT
${
ci_do_doxygen
}
EQUAL -1
)
if
(
ENABLE_DOXYGEN
)
# compile doxygen
ctest_build
(
BUILD
"
${
CTEST_BINARY_DIRECTORY
}
"
TARGET Documentation
...
...
CI/ubuntu-18.04-llvm-shark.cmake
View file @
5b4a3712
...
...
@@ -40,4 +40,5 @@ if(NOT ${ci_do_doxygen} EQUAL -1)
set
(
site_option
"
${
site_option
}
BUILD_DOCUMENTATION:BOOL=ON"
)
set
(
ENABLE_DOXYGEN ON
)
endif
()
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