aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2026-06-29 00:15:29 -0700
committerGravatar Tom Willemse2026-06-29 00:15:29 -0700
commit8806477b9e5c1b089b45b5062ac58186f2fc15da (patch)
tree861d789d689a4204beee377de751a786fee34194
parentf051291984ad3c65994f6a2f42938cf503ef4113 (diff)
downloademacs-config-8806477b9e5c1b089b45b5062ac58186f2fc15da.tar.gz
emacs-config-8806477b9e5c1b089b45b5062ac58186f2fc15da.zip
Add build manifest for sourcehut
This will prepare, build, and the upload the package archive for my emacs configuration.
-rw-r--r--.builds/repo.yml12
1 files changed, 12 insertions, 0 deletions
diff --git a/.builds/repo.yml b/.builds/repo.yml
new file mode 100644
index 0000000..0ea020a
--- /dev/null
+++ b/.builds/repo.yml
@@ -0,0 +1,12 @@
+---
+image: guix
+oauth: pages.sr.ht/PAGES:RW
+tasks:
+ - guix: |
+ guix package --verbosity=0 --manifest=manifest.scm
+ - package: |
+ make
+ - upload: |
+ cd public
+ acurl -f "https://pages.sr.ht/publish/ryuslash.srht.site/emacs-config/" \
+ -Fcontent=@emacs-config.tar.gz