nimble: remove nimcache setting

This commit is contained in:
Jacek Sieka 2018-11-11 19:20:49 -06:00
parent 5bdcee6536
commit 998771e7e8
No known key found for this signature in database
GPG Key ID: 6299FEB3EB6FA465
1 changed files with 0 additions and 3 deletions

View File

@ -16,10 +16,7 @@ proc test(name: string, defaultLang = "c") =
# TODO, don't forget to change defaultLang to `cpp` if the project requires C++
if not dirExists "build":
mkDir "build"
if not dirExists "nimcache":
mkDir "nimcache"
--run
--nimcache: "nimcache"
switch("out", ("./build/" & name))
setCommand defaultLang, "tests/" & name & ".nim"