From e4b5bd990b5a4b658f0e38451f0a910d4515a968 Mon Sep 17 00:00:00 2001 From: Andrea Corallo Date: Fri, 6 Mar 2020 21:16:43 +0000 Subject: [PATCH] * Add test-native-bootstrap as CI test --- .gitlab-ci.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9a62137c168..7b31810fd33 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -65,3 +65,14 @@ test-filenotify-gio: - ./configure --without-makeinfo --with-file-notification=gfile - make bootstrap - make -C test autorevert-tests filenotify-tests + +test-native-bootstrap: + # Test native bootstrap + stage: test + only: + - schedules + script: + - DEBIAN_FRONTEND=noninteractive apt install --no-install-recommends -y -qq -o=Dpkg::Use-Pty=0 libgccjit-6-dev + - ./autogen.sh autoconf + - ./configure --without-makeinfo --with-nativecomp + - make bootstrap -- 2.39.5