Releases: codebydant/PCL-Build-Action
Releases · codebydant/PCL-Build-Action
PCL Build Action
Point Cloud Library Build Action V1
An action for building a CMake project that uses Point Cloud Library (PCL), VTK, and/or QT dependencies.
Description
This action uses a pre-compiled pcl-docker-alpine image with additional developer tools for compilation.
The GITHUB_WORKSPACE project is mounted into the docker container where a cmake command compiles the project in a build/ directory.
Usage
steps:
- name: PCL Build Action
uses: danielTobon43/PCL-Build-Action@v1
Inputs
steps:
- name: PCL Build Action
uses: danielTobon43/PCL-Build-Action@v1
with:
build_type: Release (Release, Debug, RelWithDebInfo, etc.)