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

CI: Add Debian build to CI

parent 581cd008
No related branches found
No related tags found
No related merge requests found
......@@ -20,6 +20,13 @@ native-build:
script:
- ctest -VV -S CI/main_ci.cmake -DIMAGE_NAME:string=ubuntu-18.04-gcc
debian-build:
extends: .general
stage: build
image: registry.orfeo-toolbox.org/gbonnefille/otb-build-env/otb-debian-native:unstable
script:
- ctest -VV -S CI/main_ci.cmake -DIMAGE_NAME:string=debian-unstable-gcc
build:ubuntu-llvm:
extends: .general
stage: build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment