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

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

[nongnu] elpa/hyperdrive 440e7c82c5 01/14: Meta: Add .build.yml for CI


From: ELPA Syncer
Subject: [nongnu] elpa/hyperdrive 440e7c82c5 01/14: Meta: Add .build.yml for CI
Date: Tue, 26 Sep 2023 19:02:41 -0400 (EDT)

branch: elpa/hyperdrive
commit 440e7c82c5e0cc59c40046b061d5a7aaf51c7a91
Author: Adam Porter <adam@alphapapa.net>
Commit: Adam Porter <adam@alphapapa.net>

    Meta: Add .build.yml for CI
---
 .build.yml | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/.build.yml b/.build.yml
new file mode 100644
index 0000000000..dbacc94da6
--- /dev/null
+++ b/.build.yml
@@ -0,0 +1,20 @@
+image: debian/stable
+packages:
+  - emacs
+  - ispell
+sources:
+  - https://git.sr.ht/~ushin/hyperdrive.el
+tasks:
+  - download-makem: |
+      cd hyperdrive.el || exit 1
+      curl -Lo makem.sh 
https://raw.githubusercontent.com/alphapapa/makem.sh/master/makem.sh
+      chmod 755 makem.sh
+  - initialize-sandbox: |
+      cd hyperdrive.el
+      ./makem.sh -vvv --sandbox=.sandbox --install-deps --install-linters
+  - lint: |
+      cd hyperdrive.el
+      ./makem.sh -vvv --sandbox=.sandbox lint
+  - test: |
+      cd hyperdrive.el
+      ./makem.sh -vvv --sandbox=.sandbox test



reply via email to

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