mirror of
https://github.com/iofq/nvim.nix.git
synced 2026-01-23 08:55:16 -06:00
add CI
This commit is contained in:
parent
e1aae741b2
commit
6635c79b72
3 changed files with 6 additions and 4 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
|
@ -30,7 +30,7 @@ jobs:
|
||||||
id: extract
|
id: extract
|
||||||
with:
|
with:
|
||||||
image: ghcr.io/iofq/nvim:latest
|
image: ghcr.io/iofq/nvim:latest
|
||||||
path: /root/term.tgz
|
path: /root/neovim-x86_64-linux.AppImage
|
||||||
-
|
-
|
||||||
name: Upload archive to release
|
name: Upload archive to release
|
||||||
uses: xresloader/upload-to-github-release@v1
|
uses: xresloader/upload-to-github-release@v1
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,8 @@ COPY . .
|
||||||
RUN nix bundle \
|
RUN nix bundle \
|
||||||
--bundler github:ralismark/nix-appimage \
|
--bundler github:ralismark/nix-appimage \
|
||||||
--extra-experimental-features nix-command \
|
--extra-experimental-features nix-command \
|
||||||
--extra-experimental-features flakes \
|
--extra-experimental-features flakes . && \
|
||||||
.
|
cp -L nvim-x86_64.AppImage neovim-x86_64.AppImage && \
|
||||||
|
nix-collect-garbage
|
||||||
|
|
||||||
ENTRYPOINT [ "nvim-x86_64.AppImage" ]
|
ENTRYPOINT [ "neovim-x86_64.AppImage" ]
|
||||||
|
|
|
||||||
1
nvim-x86_64.AppImage
Symbolic link
1
nvim-x86_64.AppImage
Symbolic link
|
|
@ -0,0 +1 @@
|
||||||
|
/nix/store/6ggkwzkz632f665c9jnjswill594ahy4-nvim-x86_64.AppImage
|
||||||
Loading…
Add table
Add a link
Reference in a new issue