autopack with orbital
This commit is contained in:
parent
27f855bfcc
commit
8d62b7e435
19
.pk3include
Normal file
19
.pk3include
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
maps/*.wad
|
||||||
|
music/*
|
||||||
|
sfx/*
|
||||||
|
sprites/*
|
||||||
|
textures/*
|
||||||
|
zscript/*.zs
|
||||||
|
zscript/LICENSE.TXT
|
||||||
|
ANIMDEFS.txt
|
||||||
|
DECORATE.txt
|
||||||
|
ENDZRCH
|
||||||
|
GAMEINFO.txt
|
||||||
|
LANGUAGE
|
||||||
|
LICENSE.TXT
|
||||||
|
MAPINFO
|
||||||
|
PNAMES.lmp
|
||||||
|
SECRETS
|
||||||
|
SNDINFO
|
||||||
|
TEXTURES.txt
|
||||||
|
zscript.txt
|
21
.woodpecker/make-pk3.yaml
Normal file
21
.woodpecker/make-pk3.yaml
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
steps:
|
||||||
|
pack:
|
||||||
|
image: ubuntu:22.04
|
||||||
|
pull: true
|
||||||
|
commands:
|
||||||
|
- apt update && apt upgrade -y && apt install -y zip
|
||||||
|
- xargs -a .pk3include -I% find . -wholename ./% | zip zorch_squadron.pk3 -@
|
||||||
|
when:
|
||||||
|
- event: [push, manual]
|
||||||
|
publish-prerelease:
|
||||||
|
image: woodpeckerci/plugin-gitea-release
|
||||||
|
when:
|
||||||
|
- event: [push, manual]
|
||||||
|
settings:
|
||||||
|
base_url: https://vcs.otl-hga.net
|
||||||
|
files:
|
||||||
|
- "zorch_squadron.pk3"
|
||||||
|
prerelease: true
|
||||||
|
target: trunk
|
||||||
|
api_key:
|
||||||
|
from_secret: WOODPECKER_CI_TOKEN
|
Loading…
Reference in New Issue
Block a user