Skip to content

Commit d00e14b

Browse files
committed
move scripts to .github/scripts/windows
1 parent 740ca84 commit d00e14b

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed

.appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ platform:
5454
# - x86
5555

5656
build_script:
57-
- appveyor\build.bat
57+
- .github\scripts\windows\build.bat
5858

5959
test_script:
60-
- appveyor\test.bat
60+
- .github\scripts\windows\test.bat

appveyor/build.bat renamed to .github/scripts/windows/build.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ if not exist "%SDK_RUNNER%" (
3838
exit /b 3
3939
)
4040

41-
cmd /c %SDK_RUNNER% -t %APPVEYOR_BUILD_FOLDER%\appveyor\build_task.bat
41+
cmd /c %SDK_RUNNER% -t %APPVEYOR_BUILD_FOLDER%\.github\scripts\windows\build_task.bat
4242
if %errorlevel% neq 0 exit /b 3
4343

4444
exit /b 0
File renamed without changes.

appveyor/test.bat renamed to .github/scripts/windows/test.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ if not exist "%SDK_RUNNER%" (
66
exit /b 3
77
)
88

9-
cmd /c %SDK_RUNNER% -t %APPVEYOR_BUILD_FOLDER%\appveyor\test_task.bat
9+
cmd /c %SDK_RUNNER% -t %APPVEYOR_BUILD_FOLDER%\.github\scripts\windows\test_task.bat
1010
if %errorlevel% neq 0 exit /b 3
1111

1212
exit /b 0
File renamed without changes.

0 commit comments

Comments
 (0)