diff options
Diffstat (limited to 'testament/testament.nim.cfg')
-rw-r--r-- | testament/testament.nim.cfg | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/testament/testament.nim.cfg b/testament/testament.nim.cfg index 69f044554..c97284129 100644 --- a/testament/testament.nim.cfg +++ b/testament/testament.nim.cfg @@ -1,2 +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 |