[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/hyperdrive 684cd4772d 05/14: WIP: Call makem.sh from submo
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/hyperdrive 684cd4772d 05/14: WIP: Call makem.sh from submodule |
Date: |
Tue, 26 Sep 2023 19:02:41 -0400 (EDT) |
branch: elpa/hyperdrive
commit 684cd4772d1583da7f7c10101165558a1179392c
Author: Adam Porter <adam@alphapapa.net>
Commit: Adam Porter <adam@alphapapa.net>
WIP: Call makem.sh from submodule
---
.build.yml | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/.build.yml b/.build.yml
index fd45b93fd6..ac333af4e5 100644
--- a/.build.yml
+++ b/.build.yml
@@ -5,16 +5,16 @@ packages:
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
+ # - 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
+ ./makem/makem.sh -vvv --sandbox=.sandbox --install-deps --install-linters
- lint: |
cd hyperdrive.el
- ./makem.sh -vvv --sandbox=.sandbox lint -- --eval "(setq print-length
nil eval-expression-print-length nil)"
+ ./makem/makem.sh -vvv --sandbox=.sandbox lint -- --eval "(setq
print-length nil eval-expression-print-length nil)"
- test: |
cd hyperdrive.el
- ./makem.sh -vvv --sandbox=.sandbox test
+ ./makem/makem.sh -vvv --sandbox=.sandbox test
- [nongnu] elpa/hyperdrive updated (a5c7b81898 -> adaa1f84cd), ELPA Syncer, 2023/09/26
- [nongnu] elpa/hyperdrive c2355e6470 03/14: Meta: Add makem as submodule, ELPA Syncer, 2023/09/26
- [nongnu] elpa/hyperdrive e64dec97ad 02/14: WIP: Unset print-length, ELPA Syncer, 2023/09/26
- [nongnu] elpa/hyperdrive 440e7c82c5 01/14: Meta: Add .build.yml for CI, ELPA Syncer, 2023/09/26
- [nongnu] elpa/hyperdrive 96e85b1702 06/14: WIP: Install dictionary for ispell, ELPA Syncer, 2023/09/26
- [nongnu] elpa/hyperdrive 55fc9cbdcf 11/14: Tidy, ELPA Syncer, 2023/09/26
- [nongnu] elpa/hyperdrive 684cd4772d 05/14: WIP: Call makem.sh from submodule,
ELPA Syncer <=
- [nongnu] elpa/hyperdrive ab69080dd1 04/14: Meta: Update .gitignore, ELPA Syncer, 2023/09/26
- [nongnu] elpa/hyperdrive e82ac3bd2d 07/14: WIP: Remove chaff, ELPA Syncer, 2023/09/26
- [nongnu] elpa/hyperdrive 7326760dff 10/14: Meta: Update makem submodule, ELPA Syncer, 2023/09/26
- [nongnu] elpa/hyperdrive 7701c4a494 13/14: Tidy: Comments, ELPA Syncer, 2023/09/26
- [nongnu] elpa/hyperdrive adaa1f84cd 14/14: Merge branch 'wip/ci', ELPA Syncer, 2023/09/26
- [nongnu] elpa/hyperdrive f2a2db7c1e 08/14: WIP: Use "all" rule, ELPA Syncer, 2023/09/26
- [nongnu] elpa/hyperdrive 6d7fe5212e 09/14: WIP: Omit lint-checkdoc and lint-indent, ELPA Syncer, 2023/09/26
- [nongnu] elpa/hyperdrive e6efa3be4e 12/14: Tidy, ELPA Syncer, 2023/09/26