Commit 7ffde41c authored by Antoine Regimbeau's avatar Antoine Regimbeau
Browse files

Remove test in branch

No related merge requests found
Showing with 5 additions and 8 deletions
+5 -8
...@@ -61,8 +61,8 @@ fast-build: ...@@ -61,8 +61,8 @@ fast-build:
when: on_failure when: on_failure
expire_in: 24 hrs expire_in: 24 hrs
paths: paths:
- log/*.txt - build/*/*.log #CMake log
- build/*/*.log - log/*.txt # Others
debian-build: debian-build:
extends: .common-build extends: .common-build
...@@ -94,9 +94,8 @@ ubuntu-llvm: ...@@ -94,9 +94,8 @@ ubuntu-llvm:
expire_in: 24 hrs expire_in: 24 hrs
when: always when: always
paths: paths:
- sb_branch.txt - sb_branch.txt # Needed to checkout correct branch in build step
# This recovers logs from superbuild build - build/*/*/*/*.log # Superbuild log
- build/*/*/*/*.log
## Ubuntu superbuild ## Ubuntu superbuild
ubuntu-superbuild-prepare: ubuntu-superbuild-prepare:
...@@ -134,7 +133,6 @@ centos-superbuild-build: ...@@ -134,7 +133,6 @@ centos-superbuild-build:
macos-superbuild-prepare: macos-superbuild-prepare:
tags: tags:
- macos - macos
only: [merge_requests, branches]
extends: .common-prepare extends: .common-prepare
before_script: before_script:
# No need to install lfs as this machine is persistent # No need to install lfs as this machine is persistent
...@@ -148,9 +146,8 @@ macos-superbuild-build: ...@@ -148,9 +146,8 @@ macos-superbuild-build:
tags: tags:
- macos - macos
extends: .common-build extends: .common-build
only: [merge_requests, branches]
script: script:
- ctest -VV -S CI/main_superbuild.cmake -DIMAGE_NAME:string=otb-macos-superbuild - ctest -V -S CI/main_superbuild.cmake -DIMAGE_NAME:string=otb-macos-superbuild
- ctest -VV -S CI/main_packages.cmake -DIMAGE_NAME:string=otb-macos-superbuild - ctest -VV -S CI/main_packages.cmake -DIMAGE_NAME:string=otb-macos-superbuild
dependencies: dependencies:
- macos-superbuild-prepare - macos-superbuild-prepare
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