diff options
| -rw-r--r-- | .builds/repo.yml | 12 |
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 |
