emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

feature/native-comp e4b5bd9: * Add test-native-bootstrap as CI test


From: Andrea Corallo
Subject: feature/native-comp e4b5bd9: * Add test-native-bootstrap as CI test
Date: Sat, 7 Mar 2020 04:29:18 -0500 (EST)

branch: feature/native-comp
commit e4b5bd990b5a4b658f0e38451f0a910d4515a968
Author: Andrea Corallo <address@hidden>
Commit: Andrea Corallo <address@hidden>

    * 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 9a62137..7b31810 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]