mirror of
https://github.com/codex-storage/nim-codex-dht.git
synced 2025-02-12 03:47:07 +00:00
rework nimble tests
This commit is contained in:
parent
f505d32950
commit
bb77523329
@ -18,9 +18,11 @@ when getEnv("NIMBUS_BUILD_SYSTEM") == "yes" and
|
||||
system.fileExists(currentDir & "nimbus-build-system.paths"):
|
||||
echo "Using Nimbus Paths"
|
||||
include "nimbus-build-system.paths"
|
||||
elif withDir(thisDir(), system.fileExists("nimble.paths")):
|
||||
echo "Using Nimble Paths"
|
||||
|
||||
# begin Nimble config (version 2)
|
||||
--noNimblePath
|
||||
when withDir(thisDir(), system.fileExists("nimble.paths")):
|
||||
--noNimblePath
|
||||
echo "Using Nimble Paths"
|
||||
include "nimble.paths"
|
||||
# end Nimble config
|
||||
|
Loading…
x
Reference in New Issue
Block a user