Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
td43 authored Jun 9, 2022
1 parent 3ba83d7 commit 9e90fea
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# PCL-CMake-Action
An action for building Point Cloud Library (`PCL`) projects that uses `CMake`, `VTK` and/or `QT` dependencies.
# PCL-Build-Action
An action for building CMake projects that use Point Cloud Library (`PCL`), `VTK` and/or `QT` dependencies.

## Description
This action uses a pre-compiled [pcl-docker-alpine](https://hub.docker.com/r/danieltobon43/pcl-docker) image with aditional developer tools for compilation.
Expand Down Expand Up @@ -59,15 +59,21 @@ The following subsystems were built:
# Usage
```
steps:
- name: PCL CMake Action
uses: danielTobon43/PCL-CMake-Action@v1
- name: Clone repository
uses: actions/checkout@v3
- name: PCL Build Action
uses: danielTobon43/PCL-Build-Action@v1
```

## Inputs
```
steps:
- name: PCL CMake Action
uses: danielTobon43/PCL-CMake-Action@v1
- name: Clone repository
uses: actions/checkout@v3
- name: PCL Build Action
uses: danielTobon43/PCL-Build-Action@v1
with:
build_type: Release (Release, Debug, RelWithDebInfo, etc.)
```

0 comments on commit 9e90fea

Please sign in to comment.