[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/hyperdrive 21ee6c9183 3/5: WIP: Test on multiple Emacs ver
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/hyperdrive 21ee6c9183 3/5: WIP: Test on multiple Emacs versions |
Date: |
Tue, 26 Sep 2023 22:02:53 -0400 (EDT) |
branch: elpa/hyperdrive
commit 21ee6c9183c78c191586c709e5ac8685512dc843
Author: Adam Porter <adam@alphapapa.net>
Commit: Adam Porter <adam@alphapapa.net>
WIP: Test on multiple Emacs versions
---
.build.yml => .builds/emacs-27.2.yml | 5 ++---
.build.yml => .builds/emacs-28.2.yml | 0
.build.yml => .builds/emacs-29.1.yml | 5 ++---
.build.yml => .builds/emacs-snapshot.yml | 6 +++---
4 files changed, 7 insertions(+), 9 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 efd50bfb18..ba033a35f2 100644
--- a/.build.yml
+++ b/.builds/emacs-27.2.yml
@@ -1,16 +1,15 @@
image: nixos/latest
environment:
NIX_CONFIG: "experimental-features = nix-command flakes"
- EMACS_CI: emacs-snapshot
sources:
- https://git.sr.ht/~ushin/hyperdrive.el
tasks:
- setup-emacs: |
- nix profile install 'github:purcell/nix-emacs-ci#emacs-28-2'
+ nix profile install 'github:purcell/nix-emacs-ci#emacs-27-2'
- initialize-sandbox: |
cd hyperdrive.el
- ./makem/makem.sh --emacs emacs-28.2 -vvv --sandbox=.sandbox
--install-deps --install-linters
+ ./makem/makem.sh -vvv --sandbox=.sandbox --install-deps --install-linters
- all: |
# We specify the rules so we can omit lint-checkdoc and
diff --git a/.build.yml b/.builds/emacs-28.2.yml
similarity index 100%
copy from .build.yml
copy to .builds/emacs-28.2.yml
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 efd50bfb18..1983bb2690 100644
--- a/.build.yml
+++ b/.builds/emacs-29.1.yml
@@ -1,16 +1,15 @@
image: nixos/latest
environment:
NIX_CONFIG: "experimental-features = nix-command flakes"
- EMACS_CI: emacs-snapshot
sources:
- https://git.sr.ht/~ushin/hyperdrive.el
tasks:
- setup-emacs: |
- nix profile install 'github:purcell/nix-emacs-ci#emacs-28-2'
+ nix profile install 'github:purcell/nix-emacs-ci#emacs-29-1'
- initialize-sandbox: |
cd hyperdrive.el
- ./makem/makem.sh --emacs emacs-28.2 -vvv --sandbox=.sandbox
--install-deps --install-linters
+ ./makem/makem.sh -vvv --sandbox=.sandbox --install-deps --install-linters
- all: |
# We specify the rules so we can omit lint-checkdoc and
diff --git a/.build.yml b/.builds/emacs-snapshot.yml
similarity index 75%
rename from .build.yml
rename to .builds/emacs-snapshot.yml
index efd50bfb18..35ee4e3ba5 100644
--- a/.build.yml
+++ b/.builds/emacs-snapshot.yml
@@ -1,16 +1,16 @@
image: nixos/latest
environment:
NIX_CONFIG: "experimental-features = nix-command flakes"
- EMACS_CI: emacs-snapshot
+ # EMACS_CI: emacs-snapshot
sources:
- https://git.sr.ht/~ushin/hyperdrive.el
tasks:
- setup-emacs: |
- nix profile install 'github:purcell/nix-emacs-ci#emacs-28-2'
+ nix profile install 'github:purcell/nix-emacs-ci#emacs-snapshot'
- initialize-sandbox: |
cd hyperdrive.el
- ./makem/makem.sh --emacs emacs-28.2 -vvv --sandbox=.sandbox
--install-deps --install-linters
+ ./makem/makem.sh -vvv --sandbox=.sandbox --install-deps --install-linters
- all: |
# We specify the rules so we can omit lint-checkdoc and