From 2c66a012f413ae8761444e41e835cf7a21404859 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Srdjan=20Jov=C4=8Di=C4=87?= Date: Mon, 4 May 2020 12:47:58 -0700 Subject: [PATCH] Adding CMD wrappers for PS1 scripts. --- build.cmd | 2 ++ configure.cmd | 2 ++ runTests.cmd | 2 ++ 3 files changed, 6 insertions(+) create mode 100644 build.cmd create mode 100644 configure.cmd create mode 100644 runTests.cmd diff --git a/build.cmd b/build.cmd new file mode 100644 index 00000000000..0eb18fc5346 --- /dev/null +++ b/build.cmd @@ -0,0 +1,2 @@ +@echo off +powershell.exe -NoProfile -ExecutionPolicy RemoteSigned -Command "%~dpn0.ps1" %* diff --git a/configure.cmd b/configure.cmd new file mode 100644 index 00000000000..0eb18fc5346 --- /dev/null +++ b/configure.cmd @@ -0,0 +1,2 @@ +@echo off +powershell.exe -NoProfile -ExecutionPolicy RemoteSigned -Command "%~dpn0.ps1" %* diff --git a/runTests.cmd b/runTests.cmd new file mode 100644 index 00000000000..0eb18fc5346 --- /dev/null +++ b/runTests.cmd @@ -0,0 +1,2 @@ +@echo off +powershell.exe -NoProfile -ExecutionPolicy RemoteSigned -Command "%~dpn0.ps1" %*