]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
.gitlab-ci.yml: valgrind build was moved at the end as it is the slowest build
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Sun, 13 Dec 2015 11:34:47 +0000 (12:34 +0100)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Sun, 13 Dec 2015 11:34:47 +0000 (12:34 +0100)
.gitlab-ci.yml

index 1b3031f9a13c60080779f61f5eebf87d5b37901a..25b20f35c2d1595b1ecd942e6e431939edb88e75 100644 (file)
@@ -11,15 +11,6 @@ Compile minimal library:
   - nettle3
   except:
   - tags
-Build and Check with valgrind:
-  script:
-  - git submodule update --init && make autoreconf && ./configure
-    --disable-non-suiteb-curves --with-included-libtasn1 --disable-doc && make -j4 && make check -j4
-  tags:
-  - x86-64
-  - nettle3
-  except:
-  - tags
 Build and Check with asan:
   script:
   - git submodule update --init && make autoreconf &&CFLAGS="-fsanitize=address -g
@@ -70,3 +61,12 @@ Build and Check for windows in separate build dir:
   - mingw
   except:
   - tags
+Build and Check with valgrind:
+  script:
+  - git submodule update --init && make autoreconf && ./configure
+    --disable-non-suiteb-curves --with-included-libtasn1 --disable-doc && make -j4 && make check -j4
+  tags:
+  - x86-64
+  - nettle3
+  except:
+  - tags