Page 1 of 1

Auto-Builder!!

Posted: Wed Aug 19, 2015 3:39 pm
by satoon101
We finally have our auto-build system up and running!! There is no more need to create builds yourself. To find the newest version, click the new Build link in the forum's top bar.

A big thanks to Ayuto and necavi for getting this setup!!

Posted: Wed Aug 19, 2015 6:17 pm
by Ayuto
A new build is automatically created for you as soon as we push something to the repository and that change compiled without any errors on all games and operating systems. The new build should be available for you after 15 - 30 minutes.

With this buildbot we also added versioning to Source.Python. You can either check the version by using the public console variable "sp_version" or by using a Python script:

Syntax: Select all

from core.version import VERSION

print('Source.Python version:', VERSION)
The version is an integer that is set to the build number. Note: if you are building on your own or just copy the latest Python files from the repository, sp_version and VERSION are set to 'unversioned'.

Posted: Mon Aug 24, 2015 1:30 am
by nergal
yayz!