Commit f76bc1a6 authored by Antoine Regimbeau's avatar Antoine Regimbeau
Browse files

Allow superbuild on branches

No related merge requests found
Showing with 2 additions and 0 deletions
+2 -0
......@@ -104,6 +104,7 @@ ubuntu-llvm:
- sb_branch.txt
ubuntu-superbuild-prepare:
only: [branches]
extends: .common-prepare
image: $BUILD_IMAGE_REGISTRY/otb-ubuntu-superbuild-base:18.04
script:
......@@ -116,6 +117,7 @@ centos-superbuild-prepare:
- ctest -V -S CI/prepare_superbuild.cmake -DIMAGE_NAME:string=otb-centos-superbuild-base
ubuntu-superbuild-build:
only: [branches]
extends: .common-build
image: $BUILD_IMAGE_REGISTRY/otb-ubuntu-superbuild-base:18.04
script:
......
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