From 5d95137ce040edd181e56bc132ce319e59bd1ee4 Mon Sep 17 00:00:00 2001 From: Timothee Cour Date: Tue, 23 Feb 2021 04:31:53 -0800 Subject: remove tests/deps/ (#17132) * remove tests/deps/ * fix tests * fix tests/manyloc/keineschweine/lib/zlib_helpers.nim * fixup --- koch.nim | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'koch.nim') diff --git a/koch.nim b/koch.nim index 7e2682599..477b4424b 100644 --- a/koch.nim +++ b/koch.nim @@ -538,6 +538,12 @@ proc runCI(cmd: string) = else: buildTools() + for a in "zip opengl sdl1 jester@#head".split: + let buildDeps = "build"/"deps" # xxx factor pending https://github.com/timotheecour/Nim/issues/616 + # if this gives `Additional info: "build/deps" [OSError]`, make sure nimble is >= v0.12.0, + # otherwise `absolutePath` is needed, refs https://github.com/nim-lang/nimble/issues/901 + execFold("", "nimble install -y --nimbleDir:$# $#" % [buildDeps.quoteShell, a]) + ## run tests execFold("Test nimscript", "nim e tests/test_nimscript.nims") when defined(windows): -- cgit 1.4.1-2-gfad0