test both refc and ORC in post-1.6 Nim versions (#16)
This commit is contained in:
parent
e49f2f6ee9
commit
470868b244
|
@ -28,6 +28,8 @@ proc build(args, path: string) =
|
|||
|
||||
proc run(args, path: string) =
|
||||
build args & " -r", path
|
||||
if (NimMajor, NimMinor) > (1, 6):
|
||||
build args & " --mm:refc -r", path
|
||||
|
||||
### Helper functions
|
||||
proc test(args, path: string) =
|
||||
|
|
Loading…
Reference in New Issue