Remove package sources and host only the expected SHA-256 #3

Merged
sgraves merged 27 commits from v2-develop into main 2025-12-13 09:35:34 -06:00
Showing only changes of commit 81af4db6a1 - Show all commits

View File

@@ -42,7 +42,7 @@ if "%WITH_TYPE%"=="7" set "NAME=%NAME%_crypto_no_boost"
if exist "%TEST_DIR%\%NAME%\" rd /s /q "%TEST_DIR%\%NAME%"
pushd "%SOURCE_DIR%"
call ".\create_project.cmd" "%NAME%" "%TEST_DIR%" || (
".\create_project.cmd" "%NAME%" "%TEST_DIR%" || (
call :ERROR_EXIT "Failed to create %PLATFORM% project." 2
)
popd
@@ -64,11 +64,11 @@ if /I "%BUILD_TYPE%"=="shared" (
%SED% -i "s/PROJECT_STATIC_LINK=ON/PROJECT_STATIC_LINK=OFF/g" ".\config.sh"
)
call ".\scripts\make_win32.cmd" || (
".\scripts\make_win32.cmd" || (
call :ERROR_EXIT "build %PLATFORM% failed." 3
)
call ".\scripts\run_tests.cmd" || (
".\scripts\run_tests.cmd" || (
call :ERROR_EXIT "testing %PLATFORM% failed." 3
)
popd