weblate-butterflysoup2/.woodpecker.yml

14 lines
471 B
YAML

pipeline:
build:
image: debian
commands:
- apt-get update
- apt-get install -y git gettext python3 libgl1 zip
- git clone https://lab.encryptionin.space/Queerscriptors/rttk-queerscriptors.git
- git clone https://lab.encryptionin.space/Queerscriptors/renpy.git
- git clone -b game ${CI_REPO_REMOTE} ./game-source
- bash .po2tl.sh
volumes:
- /var/www/queer/build/${CI_REPO_NAME}:/var/www/queer/build/${CI_REPO_NAME}