summaryrefslogtreecommitdiff
path: root/main/tests
diff options
context:
space:
mode:
authorRhody Lugo <rhodylugo@gmail.com>2017-11-27 09:39:05 -0400
committerRhody Lugo <rhodylugo@gmail.com>2017-11-28 03:23:33 -0400
commita4a222d62dcffaf93e3dd439c3f61836a4cd831e (patch)
tree72f06c4b4a0aaa17aa9108bc12f20d057b671151 /main/tests
parenta26b36bec2e99a128b7a61ff9fa1e2e46148f547 (diff)
use the same cache for all branches for appveyor
Diffstat (limited to 'main/tests')
-rw-r--r--main/tests/SCsub2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/tests/SCsub b/main/tests/SCsub
index 03495c0649..bb44e9e5da 100644
--- a/main/tests/SCsub
+++ b/main/tests/SCsub
@@ -10,5 +10,5 @@ Export('env')
# SConscript('math/SCsub');
lib = env.Library("tests", env.tests_sources)
-
+env.NoCache(lib)
env.Prepend(LIBS=[lib])