Skip to content

Commit a4f06b9

Browse files
committed
Added missing ci/appveyor/install_grip.bat
1 parent e396832 commit a4f06b9

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

ci/appveyor/install_grip.bat

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
@echo off
2+
3+
:: Validate appveyor's environment
4+
if "%APPVEYOR_BUILD_FOLDER%"=="" (
5+
echo Please define 'APPVEYOR_BUILD_FOLDER' environment variable.
6+
exit /B 1
7+
)
8+
9+
:: Call matching script for windows
10+
call "%APPVEYOR_BUILD_FOLDER%\ci\windows\%~n0.bat"
11+
if %errorlevel% neq 0 exit /b %errorlevel%

0 commit comments

Comments
 (0)