mirror of
https://github.com/Insality/druid
synced 2025-11-26 19:00:52 +01:00
18 lines
519 B
Plaintext
18 lines
519 B
Plaintext
# Path to bob folder. It will find and save new bob.jar files inside
|
|
bob_folder=./
|
|
|
|
# You can point bob version for project in format "filename:sha"
|
|
bob_sha="1_11_2:cddb6eb43c32e4930257fcbbb30f19cf28deb081"
|
|
|
|
# Select Defold channel. Values: stable, beta, alpha
|
|
bob_channel="stable"
|
|
|
|
# If true, it will check and download latest bob version. It will ignore bob_sha param
|
|
use_latest_bob=false
|
|
|
|
# Select Defold build server
|
|
build_server="https://build.defold.com"
|
|
|
|
# Is need to build html report
|
|
is_build_html_report=true
|