use the same cache for all branches for appveyor

This commit is contained in:
Rhody Lugo 2017-11-27 09:43:00 -04:00
parent 48ca47b4ea
commit 388249c386
22 changed files with 97 additions and 49 deletions

View file

@ -21,3 +21,4 @@ if env['bb10_lgles_override'] == "yes":
prog = None
prog = env_bps.Program('#bin/godot', bb10_lib)
env_bps.NoCache(prog)