Made a separate build script for CI.

This commit is contained in:
2023-03-30 19:43:44 -04:00
parent 018286be6f
commit 78cdfcd7b3
3 changed files with 83 additions and 2 deletions

View File

@ -81,4 +81,4 @@ jobs:
if (-not [string]::IsNullOrEmpty($type)) { $args += $type }
if (-not [string]::IsNullOrEmpty($test)) { $args += $test }
& .\scripts\build.ps1 debug test
& .\scripts\build.ci.ps1 debug test