Skip to content

Commit

Permalink
CI appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
nzeemin committed May 10, 2024
1 parent ec523c4 commit 656dc83
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 7 deletions.
8 changes: 1 addition & 7 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,4 @@ build:
project: bkdecmd.sln

test_script:
cmd: |
cd %APPVEYOR_BUILD_FOLDER%
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
- ci\appveyor-test.cmd
25 changes: 25 additions & 0 deletions ci/appveyor-test.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
cd %APPVEYOR_BUILD_FOLDER%

if "%PLATFORM%" EQU "x86" set RUNPATH=%CONFIGURATION%
if "%PLATFORM%" EQU "x64" set RUNPATH=x64\%CONFIGURATION%

%RUNPATH%\bkdecmd.exe i images\ANDOS330.IMG
%RUNPATH%\bkdecmd.exe l images\ANDOS330.IMG
%RUNPATH%\bkdecmd.exe lr images\ANDOS330.IMG
%RUNPATH%\bkdecmd.exe lr images\AODOS.IMG
%RUNPATH%\bkdecmd.exe lr images\BK_SYS.DSK
%RUNPATH%\bkdecmd.exe lr images\CSIDOS.IMG
%RUNPATH%\bkdecmd.exe lr images\MKDOS315.IMG
%RUNPATH%\bkdecmd.exe lr images\NORD_1.bkd
%RUNPATH%\bkdecmd.exe lm images\ANDOS330.IMG
%RUNPATH%\bkdecmd.exe lm images\AODOS.IMG
%RUNPATH%\bkdecmd.exe lm images\BK_SYS.DSK
%RUNPATH%\bkdecmd.exe lm images\CSIDOS.IMG
%RUNPATH%\bkdecmd.exe lm images\MKDOS315.IMG
%RUNPATH%\bkdecmd.exe lm images\NORD_1.bkd
%RUNPATH%\bkdecmd.exe lm -sha1 images\ANDOS330.IMG
%RUNPATH%\bkdecmd.exe lm -sha1 images\AODOS.IMG
%RUNPATH%\bkdecmd.exe lm -sha1 images\BK_SYS.DSK
%RUNPATH%\bkdecmd.exe lm -sha1 images\CSIDOS.IMG
%RUNPATH%\bkdecmd.exe lm -sha1 images\MKDOS315.IMG
%RUNPATH%\bkdecmd.exe lm -sha1 images\NORD_1.bkd

0 comments on commit 656dc83

Please sign in to comment.