Skip to content
Snippets Groups Projects
Commit bd55d3f2 authored by Antoine Regimbeau's avatar Antoine Regimbeau
Browse files

Only build in CI

parent 4de05e21
Branches
Tags
No related merge requests found
......@@ -16,7 +16,7 @@ build:ubuntu-18.04:release:
stage: build
image: registry.orfeo-toolbox.org/sdinot/otb:ubuntu-18.04-gcc
script:
- CI/build.sh
- ctest -S main_ci.cmake
artifacts:
expire_in: 1 week
paths:
......
......@@ -5,37 +5,37 @@
# * CONFIGURE_OPTIONS
set (otb_build_project_option
"BUILD_COOKBOOK:BOOL=OFF
BUILD_EXAMPLES:BOOL=OFF
"BUILD_COOKBOOK:BOOL=ON
BUILD_EXAMPLES:BOOL=ON
BUILD_SHARED_LIBS:BOOL=ON
BUILD_TESTING:BOOL=ON")
set (otb_use_option
"OTB_USE_6S:BOOL=OFF
OTB_USE_CURL:BOOL=OFF
OTB_USE_GLEW:BOOL=OFF
OTB_USE_GLFW:BOOL=OFF
OTB_USE_GLUT:BOOL=OFF
OTB_USE_GSL:BOOL=OFF
OTB_USE_LIBKML:BOOL=OFF
OTB_USE_LIBSVM:BOOL=OFF
OTB_USE_MPI:BOOL=OFF
OTB_USE_MUPARSER:BOOL=OFF
OTB_USE_MUPARSERX:BOOL=OFF
OTB_USE_OPENCV:BOOL=OFF
OTB_USE_OPENGL:BOOL=OFF
OTB_USE_OPENMP:BOOL=OFF
OTB_USE_QT:BOOL=OFF
OTB_USE_QWT:BOOL=OFF
OTB_USE_SHARK:BOOL=OFF
OTB_USE_SIFTFAST:BOOL=OFF
OTB_USE_SPTW:BOOL=OFF
OTB_USE_SSE_FLAGS:BOOL=OFF")
"OTB_USE_6S:BOOL=ON
OTB_USE_CURL:BOOL=ON
OTB_USE_GLEW:BOOL=ON
OTB_USE_GLFW:BOOL=ON
OTB_USE_GLUT:BOOL=ON
OTB_USE_GSL:BOOL=ON
OTB_USE_LIBKML:BOOL=ON
OTB_USE_LIBSVM:BOOL=ON
OTB_USE_MPI:BOOL=ON
OTB_USE_MUPARSER:BOOL=ON
OTB_USE_MUPARSERX:BOOL=ON
OTB_USE_OPENCV:BOOL=ON
OTB_USE_OPENGL:BOOL=ON
OTB_USE_OPENMP:BOOL=ON
OTB_USE_QT:BOOL=ON
OTB_USE_QWT:BOOL=ON
OTB_USE_SHARK:BOOL=ON
OTB_USE_SIFTFAST:BOOL=ON
OTB_USE_SPTW:BOOL=ON
OTB_USE_SSE_FLAGS:BOOL=ON")
set (otb_wrap_option
"OTB_WRAP_JAVA:BOOL=OFF
OTB_WRAP_PYTHON:BOOL=OFF
OTB_WRAP_PYTHON3:BOOL=OFF")
"OTB_WRAP_JAVA:BOOL=ON
OTB_WRAP_PYTHON:BOOL=ON
OTB_WRAP_PYTHON3:BOOL=ON")
set (otb_data_option
"OTB_DATA_ROOT:PATH=${OTB_DATA_ROOT}
......
......@@ -56,6 +56,6 @@ if ( _configure_rv EQUAL -1 )
${_build_error}")
endif()
ctest_test(PARALLEL_LEVEL 8])
# ctest_test(PARALLEL_LEVEL 8])
ctest_submit()
\ No newline at end of file
# ctest_submit()
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment