Skip to content

Commit d799c88

Browse files
Tactility script improvements (#25)
Compile from a different folder. Remove duplicate copies of tactility.py This updates tactility.py to v3.5.0
1 parent fdb2e09 commit d799c88

12 files changed

Lines changed: 23 additions & 15 deletions

File tree

.github/actions/build-app/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ runs:
1515
uses: espressif/esp-idf-ci-action@v1
1616
with:
1717
esp_idf_version: v5.5
18-
path: ./Apps/${{ inputs.app_name }}
18+
path: .
1919
# The export reset prevents an error when building other targets
2020
# The default environment variable is set to "esp32" by the GitHub Action
21-
command: 'export IDF_TARGET= && python tactility.py build'
21+
command: 'export IDF_TARGET= && python tactility.py Apps/${{ inputs.app_name }} build'
2222
- name: 'Upload Artifact'
2323
uses: actions/upload-artifact@v4
2424
with:

Apps/Calculator/tactility.py

Lines changed: 0 additions & 1 deletion
This file was deleted.

Apps/Diceware/tactility.py

Lines changed: 0 additions & 1 deletion
This file was deleted.

Apps/GPIO/tactility.py

Lines changed: 0 additions & 1 deletion
This file was deleted.

Apps/GraphicsDemo/tactility.py

Lines changed: 0 additions & 1 deletion
This file was deleted.

Apps/HelloWorld/tactility.py

Lines changed: 0 additions & 1 deletion
This file was deleted.

Apps/MystifyDemo/tactility.py

Lines changed: 0 additions & 1 deletion
This file was deleted.

Apps/SerialConsole/tactility.py

Lines changed: 0 additions & 1 deletion
This file was deleted.

Apps/Snake/tactility.py

Lines changed: 0 additions & 1 deletion
This file was deleted.

Apps/TamaTac/tactility.py

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)