summaryrefslogtreecommitdiffstats
path: root/src/tools/ci/windows_build_config.pl
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/ci/windows_build_config.pl')
-rw-r--r--src/tools/ci/windows_build_config.pl13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/tools/ci/windows_build_config.pl b/src/tools/ci/windows_build_config.pl
new file mode 100644
index 0000000..b0d4360
--- /dev/null
+++ b/src/tools/ci/windows_build_config.pl
@@ -0,0 +1,13 @@
+use strict;
+use warnings;
+
+our $config;
+
+$config->{"tap_tests"} = 1;
+$config->{"asserts"} = 1;
+
+$config->{"openssl"} = "c:/openssl/1.1/";
+$config->{"perl"} = "c:/strawberry/$ENV{DEFAULT_PERL_VERSION}/perl/";
+$config->{"python"} = "c:/python/";
+
+1;