Skip to content
Compare
Choose a tag to compare
@td43 td43 released this 09 Jun 11:22
· 7 commits to main since this release
9e90fea

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.)