Compare commits
2 commits
c26607216b
...
05aaa8fb52
Author | SHA1 | Date | |
---|---|---|---|
05aaa8fb52 | |||
0a69faf187 |
10
.gitignore
vendored
Normal file
10
.gitignore
vendored
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
/**/*.tar
|
||||||
|
/**/*.gz
|
||||||
|
/**/*.xz
|
||||||
|
/**/*.zstd
|
||||||
|
/**/*.zip
|
||||||
|
/**/*.rar
|
||||||
|
/**/*.deb
|
||||||
|
|
||||||
|
/*/src
|
||||||
|
/*/pkg
|
12
.woodpecker/build_bin.yml
Normal file
12
.woodpecker/build_bin.yml
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
pipeline:
|
||||||
|
bin-pack:
|
||||||
|
image: debian:stable-slim
|
||||||
|
commands:
|
||||||
|
- source script/build_single.sh
|
||||||
|
- build_single ${BIN_PACK}
|
||||||
|
|
||||||
|
matrix:
|
||||||
|
BIN_PACK:
|
||||||
|
- dufs-bin
|
||||||
|
- filebrowser-bin
|
||||||
|
- forgejo-bin
|
13
.woodpecker/build_other.yml
Normal file
13
.woodpecker/build_other.yml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
pipeline:
|
||||||
|
dendrite:
|
||||||
|
image: golang
|
||||||
|
commands:
|
||||||
|
- source script/build_single.sh
|
||||||
|
- build_single dendrite
|
||||||
|
|
||||||
|
static-deployer-git:
|
||||||
|
image: debian:stable-slim
|
||||||
|
commands:
|
||||||
|
- source script/build_single.sh
|
||||||
|
- build_single static-deployer-git
|
||||||
|
|
Loading…
Reference in a new issue