mirror of
https://git.cavemanon.xyz/Cavemanon/SnootGame.git
synced 2025-01-22 09:16:56 +01:00
Last try
This commit is contained in:
parent
9078bb8aa1
commit
32894af0af
2 changed files with 19 additions and 11 deletions
|
@ -1,3 +1,9 @@
|
|||
clone:
|
||||
git:
|
||||
image: woodpeckerci/plugin-git
|
||||
settings:
|
||||
depth: 1
|
||||
|
||||
steps:
|
||||
changelog:
|
||||
image: debian
|
||||
|
@ -20,7 +26,6 @@ steps:
|
|||
commands:
|
||||
- sed -i -e "s/INTERNAL-BUILD/${CI_COMMIT_SHA}/g" game/options.rpy #if no tag, make it the commit num
|
||||
- sed -i -e "s/INTERNAL-BUILD/${CI_COMMIT_TAG}/g" android.json
|
||||
|
||||
when:
|
||||
- event: cron
|
||||
|
||||
|
@ -80,4 +85,4 @@ matrix:
|
|||
RenpyVersion:
|
||||
- "8.2.3"
|
||||
RenkitVersion:
|
||||
- "4.4.0"
|
||||
- "4.3.0"
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
[tasks.patch]
|
||||
type = "custom"
|
||||
enabled = true
|
||||
ver = "8.2.3"
|
||||
|
||||
[tasks.notarize] # required if matching task is enabled
|
||||
type = "notarize"
|
||||
enabled = false
|
||||
|
@ -32,21 +37,19 @@
|
|||
paths."game/images" = { } # all parameters are optional
|
||||
|
||||
[build] # required, at least one item must be 'true'
|
||||
pc = true # Windows + Linux
|
||||
# pc = true # Windows + Linux
|
||||
win = true # Windows
|
||||
linux = true # Linux
|
||||
mac = false # macOS
|
||||
web = false # Web
|
||||
steam = false # Steam
|
||||
market = false # Multiple Markets (i.e. Itch.io)
|
||||
android_apk = false # Android Universal APK
|
||||
android_aab = false # Android Play Store Bundle
|
||||
mac = true # macOS
|
||||
# web = false # Web
|
||||
# steam = false # Steam
|
||||
# market = false # Multiple Markets (i.e. Itch.io)
|
||||
android_apk = true # Android Universal APK
|
||||
# android_aab = false # Android Play Store Bundle
|
||||
|
||||
[options]
|
||||
task_dir = "tasks" # optional path to a directory containing custom tasks
|
||||
clear_output_dir = false # whether to clear the output directory on startup
|
||||
|
||||
[renutil]
|
||||
version = "8.2.3" # the Ren'Py version to use (required)
|
||||
registry = "cache" # the directory to store installation files in
|
||||
update_pickle = true # causes renutil to update the Pickle version from 2 to 5 for speed improvements at the cost of incompatiblity with Ren'Py 7.x files
|
||||
|
|
Loading…
Reference in a new issue