Create the .local dir in the ci env
ci/woodpecker/push/build Pipeline failed Details

This commit is contained in:
Sameer Rahmani 2023-06-25 20:11:57 +01:00
parent 843a9d722a
commit 50a4edffe2
Signed by: lxsameer
GPG Key ID: B0A4AF28AB9FD90B
1 changed files with 3 additions and 2 deletions

View File

@ -5,7 +5,8 @@ pipeline:
commands:
- apt update
- apt install -y emacs-nox curl
- curl -fsSL https://raw.github.com/doublep/eldev/master/webinstall/github-eldev -O install.sh
- sh install.sh
- mkdir -p ~/.local/bin
- curl -fsSL https://raw.github.com/doublep/eldev/master/webinstall/github-eldev | sh
- export PATH=~/.local/bin:$PATH
- eldev lint
- eldev compile