This commit is contained in:
Pranav Karawale 2022-10-12 14:40:03 +05:30
parent fefcf6c53d
commit b2df918ffe
Signed by: pranav
GPG key ID: 1A551FFE981F09AB

17
.woodpecker.yml Normal file
View file

@ -0,0 +1,17 @@
clone:
git:
image: bash
commands:
- cd /home/pranav/CI
- if [ -d ipcsockd ]; then
- cd ipcsockd
- git pull
- else
- git clone https://git.exozy.me/pranav/ipcsockd.git
- fi
pipeline:
build:
image: fish
commands:
- cargo build --release