diff options
Diffstat (limited to 'testament/testament.nim.cfg')
-rw-r--r-- | testament/testament.nim.cfg | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/testament/testament.nim.cfg b/testament/testament.nim.cfg new file mode 100644 index 000000000..c97284129 --- /dev/null +++ b/testament/testament.nim.cfg @@ -0,0 +1,6 @@ +# don't move this file without updating the logic in `isNimRepoTests` + +path = "$nim" # For compiler/nodejs +-d:ssl # For azure +# my SSL doesn't have this feature and I don't care: +-d:nimDisableCertificateValidation |