diff options
author | Alex <alex@adnab.me> | 2024-03-20 17:02:24 +0000 |
---|---|---|
committer | Alex <alex@adnab.me> | 2024-03-20 17:02:24 +0000 |
commit | e60e0028630bda1e242f49ce2008889392b861b9 (patch) | |
tree | 1b43b337b4e21d889e179f40eb1a1fbed8d1c997 | |
parent | 58ac0e37587553db567f75c7efacd103059a030a (diff) | |
parent | 166d74649afee86b7b8112dcd4fdada10b493950 (diff) | |
download | diplonat-e60e0028630bda1e242f49ce2008889392b861b9.tar.gz diplonat-e60e0028630bda1e242f49ce2008889392b861b9.zip |
Merge pull request 'woodpecker CI' (#23) from woodpecker-ci into mainmain
Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/diplonat/pulls/23
-rw-r--r-- | .gitignore | 2 | ||||
-rw-r--r-- | .woodpecker.yml (renamed from .drone.yml) | 28 | ||||
-rw-r--r-- | README.md | 2 |
3 files changed, 10 insertions, 22 deletions
@@ -1,4 +1,4 @@ -target/ +target result result-bin *.swp diff --git a/.drone.yml b/.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 - -... @@ -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) |