Skip to content

Commit

Permalink
Explicit what some operations mean
Browse files Browse the repository at this point in the history
  • Loading branch information
lpascal-ledger committed Nov 8, 2023
1 parent 244c7f2 commit 4f0e964
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ file generated previously.
**Build Operation**:
- Sets up repositories and SDK.
- Chooses the correct build path and extra flags based on the input file.
- Performs the build operation for the specified device.
- Performs the build (`make`) operation for the specified device.

**Test Operation**:
- Installs required dependencies.
Expand All @@ -32,7 +32,8 @@ file generated previously.
**Scan Operation**:
- Sets up repositories and SDK.
- Chooses the correct build path and extra flags based on the input file.
- Performs the scan build operation for the specified device.
- Performs the scan build (`make scan`) operation for the specified device.
It currently consist on a build with the Clang Static Analyser.

**CI Usage**:
- `test_all.yml`: Tests devices.
Expand Down

0 comments on commit 4f0e964

Please sign in to comment.