blob: c97284129ea77ff8bf3fd670a4f0e7faa6bbcab8 (
plain) (
blame)
1
2
3
4
5
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
|