]> git.eshelyaron.com Git - emacs.git/commitdiff
* Add test-native-bootstrap as CI test
authorAndrea Corallo <akrl@sdf.org>
Fri, 6 Mar 2020 21:16:43 +0000 (21:16 +0000)
committerAndrea Corallo <akrl@sdf.org>
Sat, 7 Mar 2020 09:26:09 +0000 (09:26 +0000)
.gitlab-ci.yml

index 9a62137c168e3b441fef64eb196a451d283a89c4..7b31810fd33068125616659b2b22ce5e10bf67a0 100644 (file)
@@ -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