Keep copies of post-commit hook in repo. Update post-commit hook to send unit testing versions of configurations with test items inside. Release Build 13463.
Some checks failed
Emscripten Build / Build_and_Deploy_Web_Build (push) Successful in 7m43s
Emscripten Build / UnitTesting (push) Failing after 8m8s

This commit is contained in:
AMay 2026-05-01 01:05:15 -05:00
parent b7b5a1731f
commit 408209fb94
4 changed files with 8 additions and 2 deletions

View File

@ -145,7 +145,7 @@
<CodeAnalysisRuleSet>..\CodeAnalysisRuleset.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Unit Testing|x64'">
<IncludePath>$(ProjectDir)include;$(VCInstallDir)Auxiliary\VS\UnitTest\include;$(IncludePath)</IncludePath>
<IncludePath>$(ProjectDir)include;$(VCInstallDir)Auxiliary\VS\UnitTest\include;$(IncludePath);$(ProjectDir)</IncludePath>
<LibraryPath>$(VCInstallDir)Auxiliary\VS\UnitTest\lib;$(LibraryPath)</LibraryPath>
<OutDir>$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
<CodeAnalysisRuleSet>..\CodeAnalysisRuleset.ruleset</CodeAnalysisRuleSet>

View File

@ -39,7 +39,7 @@ All rights reserved.
#define VERSION_MAJOR 1
#define VERSION_MINOR 3
#define VERSION_PATCH 0
#define VERSION_BUILD 13461
#define VERSION_BUILD 13463
#define stringify(a) stringify_(a)
#define stringify_(a) #a

View File

@ -0,0 +1,2 @@
#!/bin/sh
powershell.exe -ExecutionPolicy RemoteSigned -File '.git\hooks\post-commit.ps1'

View File

@ -0,0 +1,4 @@
Compress-Archive -Path "J:\AdventuresInLestoria\x64\Unit Testing\assets" -Force -DestinationPath "J:\AdventuresInLestoria\x64\Unit Testing\assets.zip"
pscp -r -pwfile "C:\Users\sigon\OneDrive\Documents\pw.DONOTOPEN" "J:\AdventuresInLestoria\x64\Unit Testing\assets.zip" sigonasr2@projectdivar.com:/home/sigonasr2
rm "J:\AdventuresInLestoria\x64\Unit Testing\assets.zip"