]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
.gitlab-ci.yml: use fedora 26 build systems
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Thu, 5 Oct 2017 19:41:30 +0000 (21:41 +0200)
committerNiels Möller <nisse@lysator.liu.se>
Sat, 14 Oct 2017 06:49:33 +0000 (08:49 +0200)
Also removed unused variables.

Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
.gitlab-ci.yml

index 52a89b2b8b5e079499adfa877caa4d6c4114713a..6cfc1dcbf452cfc5f921b351a408870f1a3c7c0e 100644 (file)
@@ -1,9 +1,5 @@
 image: centos:7
 
-variables:
-  BUILD_IMAGES_PROJECT: gnutls/build-images
-  FEDORA_BUILD: buildenv-f25
-
 before_script:
  - yum install -y git make autoconf libtool automake gettext-devel glibc-devel gcc valgrind libasan-static libgcc.i686 glibc-devel.i686
 
@@ -51,7 +47,7 @@ build/mini-gmp:
   except:
   - tags
 build/ubsan:
-  image: fedora:25
+  image: fedora:26
   script:
   - yum install -y gmp-devel libubsan-static libubsan
   - ./.bootstrap && 
@@ -62,7 +58,7 @@ build/ubsan:
   except:
   - tags
 build/asan:
-  image: fedora:25
+  image: fedora:26
   script:
   - yum install -y gmp-devel
   - ./.bootstrap && 
@@ -73,7 +69,7 @@ build/asan:
   except:
   - tags
 build/static-analyzers:
-  image: fedora:25
+  image: fedora:26
   script:
   - yum install -y gmp-devel clang compiler-rt cppcheck clang-analyzer
   - ./.bootstrap