Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
nzeemin committed May 10, 2024
1 parent 1210e5b commit ec523c4
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,8 @@ build:
test_script:
cmd: |
cd %APPVEYOR_BUILD_FOLDER%
if %PLATFORM% == "x86" (
set RUNPATH=%CONFIGURATION%
) else (
set RUNPATH=x664\%CONFIGURATION%
)
if %PLATFORM% == "x86" set RUNPATH=%CONFIGURATION%
if %PLATFORM% == "x64" set RUNPATH=x664\%CONFIGURATION%
%RUNPATH%\bkdecmd.exe i images\ANDOS330.IMG
%RUNPATH%\bkdecmd.exe l images\ANDOS330.IMG
%RUNPATH%\bkdecmd.exe lr images\ANDOS330.IMG

0 comments on commit ec523c4

Please sign in to comment.