]> granicus.if.org Git - graphviz/commitdiff
remove now-unused setup-and-build.ps1
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 2 May 2021 16:51:56 +0000 (09:51 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 8 May 2021 18:28:08 +0000 (11:28 -0700)
windows/bin/setup-and-build.ps1 [deleted file]

diff --git a/windows/bin/setup-and-build.ps1 b/windows/bin/setup-and-build.ps1
deleted file mode 100644 (file)
index 5f6a5b3..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-$ErrorActionPreference = "Stop"
-
-$dir = $PSScriptRoot
-
-Invoke-Expression "$dir\setup-build-utilities.ps1"
-
-powershell.exe -ExecutionPolicy Bypass -Command "$dir\build.ps1" $args
-if ($LastExitCode -ne 0) {
-    exit $LastExitCode
-}