summaryrefslogtreecommitdiff
path: root/.gitlab/ci/innosetup-env.ps1
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab/ci/innosetup-env.ps1')
-rwxr-xr-x.gitlab/ci/innosetup-env.ps14
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitlab/ci/innosetup-env.ps1 b/.gitlab/ci/innosetup-env.ps1
new file mode 100755
index 0000000000..96e9d8c322
--- /dev/null
+++ b/.gitlab/ci/innosetup-env.ps1
@@ -0,0 +1,4 @@
+$pwdpath = $pwd.Path
+& "$pwsh" -File ".gitlab/ci/innosetup.ps1"
+Set-Item -Force -Path "env:PATH" -Value "$pwdpath\.gitlab\innosetup;$env:PATH"
+ISCC 2>$null | Select -First 1