From 6e952a555383a4bfedc1418b0ed01a8d8bd9cda4 Mon Sep 17 00:00:00 2001 From: Guillaume Pasero <guillaume.pasero@c-s.fr> Date: Mon, 4 Mar 2019 15:20:28 +0100 Subject: [PATCH] CI: remove shark version, wrong version anyway --- .gitlab-ci.yml | 2 +- ...18.04-gcc-shark-3.1.4.cmake => ubuntu-18.04-gcc-shark.cmake} | 0 ....04-llvm-shark-3.1.4.cmake => ubuntu-18.04-llvm-shark.cmake} | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename CI/{ubuntu-18.04-gcc-shark-3.1.4.cmake => ubuntu-18.04-gcc-shark.cmake} (100%) rename CI/{ubuntu-18.04-llvm-shark-3.1.4.cmake => ubuntu-18.04-llvm-shark.cmake} (100%) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 17a1e5258f..75ecee1811 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -27,4 +27,4 @@ shark-build: stage: build image: registry.orfeo-toolbox.org/gbonnefille/otb-build-env/otb-ubuntu-shark:18.04 script: - - ctest -VV -S CI/main_ci.cmake -DIMAGE_NAME:string=ubuntu-18.04-gcc-shark-3.1.4 + - ctest -VV -S CI/main_ci.cmake -DIMAGE_NAME:string=ubuntu-18.04-gcc-shark diff --git a/CI/ubuntu-18.04-gcc-shark-3.1.4.cmake b/CI/ubuntu-18.04-gcc-shark.cmake similarity index 100% rename from CI/ubuntu-18.04-gcc-shark-3.1.4.cmake rename to CI/ubuntu-18.04-gcc-shark.cmake diff --git a/CI/ubuntu-18.04-llvm-shark-3.1.4.cmake b/CI/ubuntu-18.04-llvm-shark.cmake similarity index 100% rename from CI/ubuntu-18.04-llvm-shark-3.1.4.cmake rename to CI/ubuntu-18.04-llvm-shark.cmake -- GitLab