mirror of
https://github.com/niess/python-appimage.git
synced 2026-03-14 04:10:15 +01:00
added python 3.6
This commit is contained in:
5
.github/workflows/applications.yml
vendored
5
.github/workflows/applications.yml
vendored
@@ -11,7 +11,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
version: ['2.7', '3.5']
|
||||
version: ['2.7', '3.5', '3.6']
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
@@ -40,7 +40,8 @@ jobs:
|
||||
./xonsh-x86_64.AppImage -c 'import xonsh'
|
||||
|
||||
- name: Test ssh-mitm
|
||||
if: ${{ matrix.version == '3.6' }}
|
||||
run: |
|
||||
python -m python_appimage build app applications/ssh-mitm
|
||||
test -e ssh-mitm-x86_64.AppImage
|
||||
./ssh-mitm-x86_64.AppImage --help'
|
||||
./ssh-mitm-x86_64.AppImage --help
|
||||
|
||||
Reference in New Issue
Block a user