From 174cde7df1522745a386e6bb2c29cdc9bbcfca63 Mon Sep 17 00:00:00 2001 From: lukas leufen <l.leufen@fz-juelich.de> Date: Wed, 20 Jul 2022 09:52:35 +0200 Subject: [PATCH] update geos and enable test from scratch for testing --- .gitlab-ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b6838852..821e8d2f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -31,10 +31,10 @@ tests (from scratch): - base - zam347 stage: test - only: - - master - - /^release.*$/ - - develop + #only: + # - master + # - /^release.*$/ + # - develop variables: FAILURE_THRESHOLD: 100 TEST_TYPE: "scratch" @@ -47,7 +47,7 @@ tests (from scratch): - zypper --no-gpg-checks addrepo https://download.opensuse.org/repositories/Application:Geo/15.4/Application:Geo.repo - zypper --no-gpg-checks refresh - zypper --no-gpg-checks --non-interactive install proj=8.2.1 - - zypper --no-gpg-checks --non-interactive install geos=3.10.3 + - zypper --no-gpg-checks --non-interactive install geos=3.11.0 - zypper --no-gpg-checks --non-interactive install geos-devel=3.9.1 - zypper --no-gpg-checks --non-interactive install libproj22=8.2.1 - zypper --no-gpg-checks --non-interactive install binutils libproj-devel gdal-devel -- GitLab