Skip to content

Instantly share code, notes, and snippets.

View Levi-Armstrong's full-sized avatar

Levi Armstrong Levi-Armstrong

View GitHub Profile
@echo on
set opt=%~1
IF "%opt%"=="build" (
call "C:\Program Files (x86)\Microsoft Visual Studio\2017\BuildTools\VC\Auxiliary\Build\vcvars64.bat"
call c:\opt\ros\melodic\x64\setup.bat
catkin_make_isolated -DENABLE_TESTS=ON
exit /b 0
)