Add tasmotizer app

This commit is contained in:
Valentin Niess
2020-04-03 22:12:58 +02:00
parent 7c9f412b1a
commit 2c813fed06
5 changed files with 33 additions and 0 deletions

View File

@@ -24,6 +24,11 @@ jobs:
python -m python_appimage build app applications/scipy
test -e scipy-x86_64.AppImage
- name: Test tasmotizer
run: |
python -m python_appimage build app applications/tasmotizer
test -e tasmotizer-x86_64.AppImage
- name: Test xonsh
run: |
python -m python_appimage build app applications/xonsh