EasyRPG / buildscripts

The scripts used to compile needed libraries for supported platform ports on our Jenkins server
https://ci.easyrpg.org/view/Toolchains/
Other
16 stars 17 forks source link

Allow caching of downloaded libraries #154

Closed carstene1ns closed 7 months ago

carstene1ns commented 7 months ago

This will help saving some traffic on the server, since most of the libraries are shared between all platforms. The builders delete all files when done. The provided script can clean the cache directory. (intended to be run by jenkins once a month and after updates)

(The ini file is the same as in the other PR and can be deleted after merging any of them.)

Ghabry commented 7 months ago

useful script, also for the fallback-folder on easyrpg.org.

can you quickly rebase to remove the ini file?