Skip to content

Commit 6853cb8

Browse files
committed
windows build
1 parent 441bbd3 commit 6853cb8

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/windows_noetic_build.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,9 @@ jobs:
3939
rosdep update
4040
4141
vcs import --input "${{ github.workspace }}/src/tesseract_python/dependencies_with_ext.rosinstall" src/
42-
if %errorlevel% neq 0 exit /b %errorlevel%
43-
42+
4443
rosdep install -q --from-paths . --ignore-src -y
45-
if %errorlevel% neq 0 exit /b %errorlevel%
46-
44+
4745
catkin_make_isolated --install --use-ninja --force-cmake --only-pkg-with-deps tesseract_python --cmake-args -DCMAKE_BUILD_TYPE=Release -DPYTHON_EXECUTABLE=C:/opt/ros/noetic/x64/python.exe -DPYTHON_LIBRARY=C:/opt/ros/noetic/x64/Lib/python38.lib -DINSTALL_OMPL=ON -DINSTALL_OMPL_TAG=master -DBUILD_IPOPT=OFF -DBUILD_SNOPT=OFF -DINSTALL_FCL=ON -DINSTALL_BULLET=ON -DNO_OPENCL=ON
4846
if %errorlevel% neq 0 exit /b %errorlevel%
4947
call "%CD%\install_isolated\setup.bat"

0 commit comments

Comments
 (0)