summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows/build-windows.bat
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2022-01-03 00:20:26 +0100
committerStanislaw Halik <sthalik@misaki.pl>2022-01-03 00:20:54 +0100
commit0a629d060b000b5c2fc44581b07533fe582c3292 (patch)
tree8785b9161f09c5f197f1ba5a41420490f240920e /.github/workflows/build-windows.bat
parentdd44f41d8716881ad4e60adf7dcbf0f8d90896ce (diff)
github ci: hard way it is
Diffstat (limited to '.github/workflows/build-windows.bat')
-rw-r--r--.github/workflows/build-windows.bat3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/build-windows.bat b/.github/workflows/build-windows.bat
new file mode 100644
index 00000000..c01b0f60
--- /dev/null
+++ b/.github/workflows/build-windows.bat
@@ -0,0 +1,3 @@
+set path=C:\Program Files\PowerShell\7;D:\a\opentrack\opentrack\ninja-build;C:\Program Files (x86)\pipx_bin;C:\hostedtoolcache\windows\Python\3.7.9\x64\Scripts;C:\hostedtoolcache\windows\Python\3.7.9\x64;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\CMake\bin;C:\Program Files\Git\cmd;C:\Users\runneradmin\AppData\Local\Microsoft\WindowsApps;%GITHUB_WORKSPACE%/ninja-build
+"C:/Program Files (x86)/Microsoft Visual Studio/2019/Enterprise/VC/Auxiliary/Build/vcvars64.bat" && %*
+exit /b %ERRORLEVEL%