Commit 23c80139 authored by Stephane ALBERT's avatar Stephane ALBERT
Browse files

ENH: enabled (back) ubuntu & debian pipelines.

No related merge requests found
Showing with 35 additions and 35 deletions
+35 -35
...@@ -39,21 +39,21 @@ stages: ...@@ -39,21 +39,21 @@ stages:
- runner_system_failure - runner_system_failure
- stuck_or_timeout_failure - stuck_or_timeout_failure
# native-build: native-build:
# extends: .general extends: .general
# only: [merge_requests] only: [merge_requests]
# stage: build stage: build
# image: $BUILD_IMAGE_REGISTRY/otb-ubuntu-native:18.04 image: $BUILD_IMAGE_REGISTRY/otb-ubuntu-native:18.04
# script: script:
# - xvfb-run -a -n 1 -s "-screen 0 1024x768x24 -dpi 96" ctest -V -S CI/main_ci.cmake -DIMAGE_NAME:string=ubuntu-18.04-gcc - xvfb-run -a -n 1 -s "-screen 0 1024x768x24 -dpi 96" ctest -V -S CI/main_ci.cmake -DIMAGE_NAME:string=ubuntu-18.04-gcc
# debian-build: debian-build:
# extends: .general extends: .general
# only: [merge_requests] only: [merge_requests]
# stage: build stage: build
# image: $BUILD_IMAGE_REGISTRY/otb-debian-native:unstable image: $BUILD_IMAGE_REGISTRY/otb-debian-native:unstable
# script: script:
# - xvfb-run -a -n 1 -s "-screen 0 1024x768x24 -dpi 96" ctest -V -S CI/main_ci.cmake -DIMAGE_NAME:string=debian-unstable-gcc - xvfb-run -a -n 1 -s "-screen 0 1024x768x24 -dpi 96" ctest -V -S CI/main_ci.cmake -DIMAGE_NAME:string=debian-unstable-gcc
.common-build: .common-build:
extends: .general extends: .general
...@@ -63,14 +63,14 @@ stages: ...@@ -63,14 +63,14 @@ stages:
- xvfb-run -a -n 1 -s "-screen 0 1024x768x24 -dpi 96" ctest -V -S CI/main_ci.cmake -DIMAGE_NAME:string=ubuntu-18.04-llvm-shark - xvfb-run -a -n 1 -s "-screen 0 1024x768x24 -dpi 96" ctest -V -S CI/main_ci.cmake -DIMAGE_NAME:string=ubuntu-18.04-llvm-shark
# # This is needed to have only one pipeline in a merge request context # This is needed to have only one pipeline in a merge request context
# ubuntu-llvm: ubuntu-llvm:
# only: [merge_requests] only: [merge_requests]
# extends: .common-build extends: .common-build
# ubuntu-llvm-wip: ubuntu-llvm-wip:
# except: [merge_requests] except: [merge_requests]
# extends: .common-build extends: .common-build
.common-prepare: .common-prepare:
# only: [merge_requests] # only: [merge_requests]
...@@ -101,12 +101,12 @@ stages: ...@@ -101,12 +101,12 @@ stages:
- build/*/*/*/*.log - build/*/*/*/*.log
- sb_branch.txt - sb_branch.txt
# ubuntu-superbuild-prepare: ubuntu-superbuild-prepare:
# only: [merge_requests] only: [merge_requests]
# 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 -VV -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]
...@@ -115,13 +115,13 @@ centos-superbuild-prepare: ...@@ -115,13 +115,13 @@ centos-superbuild-prepare:
script: script:
- ctest -VV -S CI/prepare_superbuild.cmake -DIMAGE_NAME:string=otb-centos-superbuild-base - ctest -VV -S CI/prepare_superbuild.cmake -DIMAGE_NAME:string=otb-centos-superbuild-base
# ubuntu-superbuild-build: ubuntu-superbuild-build:
# only: [merge_requests] only: [merge_requests]
# extends: .common-build extends: .common-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 -VV -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]
......
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