Skip to content
Snippets Groups Projects
Commit e59234b5 authored by Tristan Laurent's avatar Tristan Laurent
Browse files

TEST: get data only for convol test

parent b3b80528
No related branches found
No related tags found
1 merge request!1060COMP: compile without FFTW to avoid GPL contamination
Pipeline #16657 canceled
...@@ -126,6 +126,11 @@ fast-build: ...@@ -126,6 +126,11 @@ fast-build:
before_script: before_script:
- export GIT_LFS_SKIP_SMUDGE=1 - export GIT_LFS_SKIP_SMUDGE=1
- git checkout -f -q $CI_COMMIT_SHA - git checkout -f -q $CI_COMMIT_SHA
# pull data needed by the two convolution test
- |
git lfs pull --include Data/Baseline/OTB/Images/bfTvConvolutionImageFilter.tif
git lfs pull --include Data/Input/QB_Suburb.png
git lfs pull --include Data/Input/QB_PAN_ROI_1000_100.tif
script: script:
- ctest -V -S CI/main_ci.cmake -DIMAGE_NAME:string=ubuntu-22.04-fast - ctest -V -S CI/main_ci.cmake -DIMAGE_NAME:string=ubuntu-22.04-fast
- ctest -VV -S CI/FFTW_tests.cmake -DIMAGE_NAME:string=ubuntu-22.04-fast - ctest -VV -S CI/FFTW_tests.cmake -DIMAGE_NAME:string=ubuntu-22.04-fast
......
...@@ -19,7 +19,6 @@ ...@@ -19,7 +19,6 @@
*/ */
#include "otbTestMain.h" #include "otbTestMain.h"
#include <iostream>
void RegisterTests() void RegisterTests()
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment