From: Andrea Corallo Date: Fri, 6 Mar 2020 21:16:43 +0000 (+0000) Subject: * Add test-native-bootstrap as CI test X-Git-Tag: emacs-28.0.90~2727^2~791 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e4b5bd990b5a4b658f0e38451f0a910d4515a968;p=emacs.git * Add test-native-bootstrap as CI test --- 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