Skip to content
Snippets Groups Projects
Commit 0845bf3a authored by Stéphane Albert's avatar Stéphane Albert
Browse files

ENH: CI: Reduced ctest verbosity of CI scripts.

parent d41f920e
Branches
Tags
No related merge requests found
...@@ -102,14 +102,14 @@ ubuntu-superbuild-prepare: ...@@ -102,14 +102,14 @@ ubuntu-superbuild-prepare:
extends: .common-prepare extends: .common-prepare
image: $BUILD_IMAGE_REGISTRY/otb-ubuntu-superbuild-base:18.04 image: $BUILD_IMAGE_REGISTRY/otb-ubuntu-superbuild-base:18.04
script: script:
- ctest -VV -S CI/prepare_superbuild.cmake -DIMAGE_NAME:string=otb-ubuntu-superbuild-base - ctest -V -S CI/prepare_superbuild.cmake -DIMAGE_NAME:string=otb-ubuntu-superbuild-base
centos-superbuild-prepare: centos-superbuild-prepare:
only: [merge_requests, branches] only: [merge_requests, branches]
extends: .common-prepare extends: .common-prepare
image: $BUILD_IMAGE_REGISTRY/otb-centos-superbuild-base:6.6 image: $BUILD_IMAGE_REGISTRY/otb-centos-superbuild-base:6.6
script: script:
- ctest -VV -S CI/prepare_superbuild.cmake -DIMAGE_NAME:string=otb-centos-superbuild-base - ctest -V -S CI/prepare_superbuild.cmake -DIMAGE_NAME:string=otb-centos-superbuild-base
ubuntu-superbuild-build: ubuntu-superbuild-build:
only: [merge_requests] only: [merge_requests]
...@@ -117,7 +117,7 @@ ubuntu-superbuild-build: ...@@ -117,7 +117,7 @@ ubuntu-superbuild-build:
stage: build stage: build
image: $BUILD_IMAGE_REGISTRY/otb-ubuntu-superbuild-base:18.04 image: $BUILD_IMAGE_REGISTRY/otb-ubuntu-superbuild-base:18.04
script: script:
- ctest -VV -S CI/build_superbuild.cmake -DIMAGE_NAME:string=otb-ubuntu-superbuild-base - ctest -V -S CI/build_superbuild.cmake -DIMAGE_NAME:string=otb-ubuntu-superbuild-base
centos-superbuild-build: centos-superbuild-build:
only: [merge_requests, branches] only: [merge_requests, branches]
...@@ -125,6 +125,6 @@ centos-superbuild-build: ...@@ -125,6 +125,6 @@ centos-superbuild-build:
stage: build stage: build
image: $BUILD_IMAGE_REGISTRY/otb-centos-superbuild-base:6.6 image: $BUILD_IMAGE_REGISTRY/otb-centos-superbuild-base:6.6
script: script:
- ctest -VV -S CI/main_superbuild.cmake -DIMAGE_NAME:string=otb-centos-superbuild-base - ctest -V -S CI/main_superbuild.cmake -DIMAGE_NAME:string=otb-centos-superbuild-base
dependencies: dependencies:
- centos-superbuild-prepare - centos-superbuild-prepare
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment