diff --git a/.gitignore b/.gitignore index 926a632..0ead112 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ -target/ +target result result-bin *.swp diff --git a/.drone.yml b/.woodpecker.yml similarity index 79% rename from .drone.yml rename to .woodpecker.yml index df06439..6deff5b 100644 --- a/.drone.yml +++ b/.woodpecker.yml @@ -1,9 +1,10 @@ ---- -kind: pipeline -name: default - -node: - nix-daemon: 1 +when: + event: + - push + - pull_request + - tag + - cron + - manual steps: - name: check formatting @@ -23,18 +24,3 @@ steps: commands: - nix build --extra-experimental-features nix-command --extra-experimental-features flakes .#test.x86_64-linux.diplonat - ./result-bin/bin/diplonat-* - -trigger: - event: - - custom - - push - - pull_request - - tag - - cron - - ---- -kind: signature -hmac: 110a818a7e2a1c48032c552a2fa482c7ef8293c3108fa23b01a738c567060dc9 - -... diff --git a/README.md b/README.md index f4d640b..ef9af1e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ Diplonat ======== +[![status-badge](https://woodpecker.deuxfleurs.fr/api/badges/40/status.svg)](https://woodpecker.deuxfleurs.fr/repos/40) + ## Feature set * [X] (Re)Configure NAT via UPNP/IGD (prio: high)