Skip to content
Snippets Groups Projects
Commit a9681e7d authored by Antoine Regimbeau's avatar Antoine Regimbeau
Browse files

Change dockerfile name

parent 4a6d5782
Branches
Tags
No related merge requests found
...@@ -11,13 +11,16 @@ stages: ...@@ -11,13 +11,16 @@ stages:
- runner_system_failure - runner_system_failure
- stuck_or_timeout_failure - stuck_or_timeout_failure
build:ubuntu-18.04:release: natif-build:
extends: .retry_twice extends: .retry_twice
stage: build stage: build
image: registry.orfeo-toolbox.org/sdinot/otb:ubuntu-18.04-gcc image: registry.orfeo-toolbox.org/sdinot/otb:ubuntu-18.04-gcc
script: script:
- ctest -S CI/main_ci.cmake - ctest -S CI/main_ci.cmake
artifacts:
expire_in: 1 week shark-build:
paths: extends: .retry_twice
- build/Testing/*/Test.xml stage: build
image: registry.orfeo-toolbox.org/sdinot/otb:ubuntu18.04-shark3.1.4
script:
- ctest -VV -S CI/main_ci.cmake
\ No newline at end of file
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment