Commit f0cee646 authored by Stephane ALBERT's avatar Stephane ALBERT
Browse files

ENH: CI: Fixed missing ubuntu-superbuild-prepare dependency.

No related merge requests found
Showing with 2 additions and 0 deletions
+2 -0
...@@ -118,6 +118,8 @@ ubuntu-superbuild-build: ...@@ -118,6 +118,8 @@ ubuntu-superbuild-build:
image: $BUILD_IMAGE_REGISTRY/otb-ubuntu-superbuild-base:18.04 image: $BUILD_IMAGE_REGISTRY/otb-ubuntu-superbuild-base:18.04
script: script:
- xvfb-run -a -n 1 -s "-screen 0 1024x768x24 -dpi 96" ctest -V -S CI/build_superbuild.cmake -DIMAGE_NAME:string=otb-ubuntu-superbuild-base - xvfb-run -a -n 1 -s "-screen 0 1024x768x24 -dpi 96" ctest -V -S CI/build_superbuild.cmake -DIMAGE_NAME:string=otb-ubuntu-superbuild-base
dependencies:
- ubuntu-superbuild-prepare
centos-superbuild-build: centos-superbuild-build:
only: [merge_requests] only: [merge_requests]
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment