emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[nongnu] elpa/hyperdrive 8160b7dc6d 5/5: Merge: Use Nix for CI to test m


From: ELPA Syncer
Subject: [nongnu] elpa/hyperdrive 8160b7dc6d 5/5: Merge: Use Nix for CI to test multiple Emacs versions
Date: Tue, 26 Sep 2023 22:02:53 -0400 (EDT)

branch: elpa/hyperdrive
commit 8160b7dc6daa8dfe9a8f6ed958e7843f3391df94
Merge: adaa1f84cd 1ef998bfbc
Author: Adam Porter <adam@alphapapa.net>
Commit: Adam Porter <adam@alphapapa.net>

    Merge: Use Nix for CI to test multiple Emacs versions
---
 .build.yml => .builds/emacs-27.2.yml     | 11 ++++++-----
 .build.yml => .builds/emacs-28.2.yml     | 11 ++++++-----
 .build.yml => .builds/emacs-29.1.yml     | 11 ++++++-----
 .build.yml => .builds/emacs-snapshot.yml | 11 ++++++-----
 4 files changed, 24 insertions(+), 20 deletions(-)

diff --git a/.build.yml b/.builds/emacs-27.2.yml
similarity index 75%
copy from .build.yml
copy to .builds/emacs-27.2.yml
index 7fccb95b03..ba033a35f2 100644
--- a/.build.yml
+++ b/.builds/emacs-27.2.yml
@@ -1,11 +1,12 @@
-image: debian/stable
-packages:
-  - emacs
-  - ispell
-  - iamerican
+image: nixos/latest
+environment:
+  NIX_CONFIG: "experimental-features = nix-command flakes"
 sources:
   - https://git.sr.ht/~ushin/hyperdrive.el
 tasks:
+  - setup-emacs: |
+      nix profile install 'github:purcell/nix-emacs-ci#emacs-27-2'
+
   - initialize-sandbox: |
       cd hyperdrive.el
       ./makem/makem.sh -vvv --sandbox=.sandbox --install-deps --install-linters
diff --git a/.build.yml b/.builds/emacs-28.2.yml
similarity index 75%
copy from .build.yml
copy to .builds/emacs-28.2.yml
index 7fccb95b03..64109d287f 100644
--- a/.build.yml
+++ b/.builds/emacs-28.2.yml
@@ -1,11 +1,12 @@
-image: debian/stable
-packages:
-  - emacs
-  - ispell
-  - iamerican
+image: nixos/latest
+environment:
+  NIX_CONFIG: "experimental-features = nix-command flakes"
 sources:
   - https://git.sr.ht/~ushin/hyperdrive.el
 tasks:
+  - setup-emacs: |
+      nix profile install 'github:purcell/nix-emacs-ci#emacs-28-2'
+
   - initialize-sandbox: |
       cd hyperdrive.el
       ./makem/makem.sh -vvv --sandbox=.sandbox --install-deps --install-linters
diff --git a/.build.yml b/.builds/emacs-29.1.yml
similarity index 75%
copy from .build.yml
copy to .builds/emacs-29.1.yml
index 7fccb95b03..1983bb2690 100644
--- a/.build.yml
+++ b/.builds/emacs-29.1.yml
@@ -1,11 +1,12 @@
-image: debian/stable
-packages:
-  - emacs
-  - ispell
-  - iamerican
+image: nixos/latest
+environment:
+  NIX_CONFIG: "experimental-features = nix-command flakes"
 sources:
   - https://git.sr.ht/~ushin/hyperdrive.el
 tasks:
+  - setup-emacs: |
+      nix profile install 'github:purcell/nix-emacs-ci#emacs-29-1'
+
   - initialize-sandbox: |
       cd hyperdrive.el
       ./makem/makem.sh -vvv --sandbox=.sandbox --install-deps --install-linters
diff --git a/.build.yml b/.builds/emacs-snapshot.yml
similarity index 75%
rename from .build.yml
rename to .builds/emacs-snapshot.yml
index 7fccb95b03..536bbcbaff 100644
--- a/.build.yml
+++ b/.builds/emacs-snapshot.yml
@@ -1,11 +1,12 @@
-image: debian/stable
-packages:
-  - emacs
-  - ispell
-  - iamerican
+image: nixos/latest
+environment:
+  NIX_CONFIG: "experimental-features = nix-command flakes"
 sources:
   - https://git.sr.ht/~ushin/hyperdrive.el
 tasks:
+  - setup-emacs: |
+      nix profile install 'github:purcell/nix-emacs-ci#emacs-snapshot'
+
   - initialize-sandbox: |
       cd hyperdrive.el
       ./makem/makem.sh -vvv --sandbox=.sandbox --install-deps --install-linters



reply via email to

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