ci: build Windows release package
Some checks failed
Build Windows Release / build-windows (push) Has been cancelled
Some checks failed
Build Windows Release / build-windows (push) Has been cancelled
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
param(
|
||||
[ValidateSet("msvc", "mingw")]
|
||||
[string]$Toolchain = "msvc",
|
||||
[string]$BuildDir = "$PSScriptRoot\..\build-windows",
|
||||
[string]$BuildDir = "$PSScriptRoot\..\..\build-windows",
|
||||
[switch]$Deploy
|
||||
)
|
||||
|
||||
$ErrorActionPreference = "Stop"
|
||||
|
||||
$ProjectRoot = Resolve-Path "$PSScriptRoot\.."
|
||||
$ProjectRoot = Resolve-Path "$PSScriptRoot\..\.."
|
||||
$BuildDir = [System.IO.Path]::GetFullPath($BuildDir)
|
||||
$ThirdParty = Join-Path $ProjectRoot "third_party"
|
||||
$Tools = Join-Path $ProjectRoot "tools"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
param(
|
||||
[string]$InstallRoot = "$PSScriptRoot\..\third_party"
|
||||
[string]$InstallRoot = "$PSScriptRoot\..\..\third_party"
|
||||
)
|
||||
|
||||
$ErrorActionPreference = "Stop"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
param(
|
||||
[string]$PythonBin = "$PSScriptRoot\..\tools\python-bin",
|
||||
[string]$VenvDir = "$PSScriptRoot\..\tools\python-venv"
|
||||
[string]$PythonBin = "$PSScriptRoot\..\..\tools\python-bin",
|
||||
[string]$VenvDir = "$PSScriptRoot\..\..\tools\python-venv"
|
||||
)
|
||||
|
||||
$ErrorActionPreference = "Stop"
|
||||
|
||||
Reference in New Issue
Block a user