Compare commits
No commits in common. "05aaa8fb524431cf7415dd993818092c3ad97267" and "c26607216bf6c2cfa6134174d599c0acef1424b2" have entirely different histories.
05aaa8fb52
...
c26607216b
10
.gitignore
vendored
10
.gitignore
vendored
|
@ -1,10 +0,0 @@
|
|||
/**/*.tar
|
||||
/**/*.gz
|
||||
/**/*.xz
|
||||
/**/*.zstd
|
||||
/**/*.zip
|
||||
/**/*.rar
|
||||
/**/*.deb
|
||||
|
||||
/*/src
|
||||
/*/pkg
|
|
@ -1,12 +0,0 @@
|
|||
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
|
|
@ -1,13 +0,0 @@
|
|||
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