Merge pull request #502 from LedgerHQ/add/manifest
`ledger_app.toml` manifest
This commit is contained in:
1
.github/workflows/ci-workflow.yml
vendored
1
.github/workflows/ci-workflow.yml
vendored
@@ -159,7 +159,6 @@ jobs:
|
||||
uses: LedgerHQ/ledger-app-workflows/.github/workflows/reusable_ragger_tests.yml@v1
|
||||
with:
|
||||
download_app_binaries_artifact: "ragger_elfs"
|
||||
test_dir: tests/ragger
|
||||
|
||||
# =====================================================
|
||||
# STATIC ANALYSIS
|
||||
|
||||
8
ledger_app.toml
Normal file
8
ledger_app.toml
Normal file
@@ -0,0 +1,8 @@
|
||||
[app]
|
||||
build_directory = "./"
|
||||
sdk = "C"
|
||||
devices = ["nanos", "nanox", "nanos+", "stax"]
|
||||
|
||||
[tests]
|
||||
unit_directory = "./tests/unit"
|
||||
pytest_directory = "./tests/ragger"
|
||||
Reference in New Issue
Block a user