Merge pull request 'woodpecker CI' (#23) from woodpecker-ci into main
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Reviewed-on: #23
This commit is contained in:
commit
e60e002863
3 changed files with 10 additions and 22 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1,4 +1,4 @@
|
||||||
target/
|
target
|
||||||
result
|
result
|
||||||
result-bin
|
result-bin
|
||||||
*.swp
|
*.swp
|
||||||
|
|
|
@ -1,9 +1,10 @@
|
||||||
---
|
when:
|
||||||
kind: pipeline
|
event:
|
||||||
name: default
|
- push
|
||||||
|
- pull_request
|
||||||
node:
|
- tag
|
||||||
nix-daemon: 1
|
- cron
|
||||||
|
- manual
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: check formatting
|
- name: check formatting
|
||||||
|
@ -23,18 +24,3 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- nix build --extra-experimental-features nix-command --extra-experimental-features flakes .#test.x86_64-linux.diplonat
|
- nix build --extra-experimental-features nix-command --extra-experimental-features flakes .#test.x86_64-linux.diplonat
|
||||||
- ./result-bin/bin/diplonat-*
|
- ./result-bin/bin/diplonat-*
|
||||||
|
|
||||||
trigger:
|
|
||||||
event:
|
|
||||||
- custom
|
|
||||||
- push
|
|
||||||
- pull_request
|
|
||||||
- tag
|
|
||||||
- cron
|
|
||||||
|
|
||||||
|
|
||||||
---
|
|
||||||
kind: signature
|
|
||||||
hmac: 110a818a7e2a1c48032c552a2fa482c7ef8293c3108fa23b01a738c567060dc9
|
|
||||||
|
|
||||||
...
|
|
|
@ -1,6 +1,8 @@
|
||||||
Diplonat
|
Diplonat
|
||||||
========
|
========
|
||||||
|
|
||||||
|
[![status-badge](https://woodpecker.deuxfleurs.fr/api/badges/40/status.svg)](https://woodpecker.deuxfleurs.fr/repos/40)
|
||||||
|
|
||||||
## Feature set
|
## Feature set
|
||||||
|
|
||||||
* [X] (Re)Configure NAT via UPNP/IGD (prio: high)
|
* [X] (Re)Configure NAT via UPNP/IGD (prio: high)
|
||||||
|
|
Loading…
Reference in a new issue