rework nimble tests

This commit is contained in:
Jaremy Creechley 2023-07-12 19:00:12 -07:00
parent f505d32950
commit bb77523329
No known key found for this signature in database
GPG Key ID: 4E66FB67B21D3300

View File

@ -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)
when withDir(thisDir(), system.fileExists("nimble.paths")):
--noNimblePath
echo "Using Nimble Paths"
when withDir(thisDir(), system.fileExists("nimble.paths")):
include "nimble.paths"
# end Nimble config