File tree Expand file tree Collapse file tree 1 file changed +16
-8
lines changed Expand file tree Collapse file tree 1 file changed +16
-8
lines changed Original file line number Diff line number Diff line change 11name : pyarmor-smoke-test
22run-name : ${{ github.actor }} is testing Pyarmor
33on :
4- create
4+ push
55
66jobs :
7- test-mini-windows :
8- runs-on : windows -latest
7+ test-pack :
8+ runs-on : ubuntu -latest
99 steps :
10- - run : pip install https://pyarmor.dashingsoft.com/downloads/temp/pyarmor.cli.core-7.6.5-cp39-none-win_amd64.whl
11- - run : pip install https://pyarmor.dashingsoft.com/downloads/temp/pyarmor.cli-9.1.1.tar.gz
12- - run : pip install https://pyarmor.dashingsoft.com/downloads/temp/pyarmor.mini-1.1-cp39-none-win_amd64.whl
10+ - run : pip install pyarmor.cli
11+ - run : pip install PyInstaller
1312 - run : echo "print('Hello')" > foo.py
14- - run : pyarmor init -e foo.py
15- - run : pyarmor build --mini
13+ - run : pyarmor gen --pack onefile foo.py
1614 - run : python dist/foo.py
15+ # test-mini-windows:
16+ # runs-on: windows-latest
17+ # steps:
18+ # - run: pip install https://pyarmor.dashingsoft.com/downloads/temp/pyarmor.cli.core-7.6.5-cp39-none-win_amd64.whl
19+ # - run: pip install https://pyarmor.dashingsoft.com/downloads/temp/pyarmor.cli-9.1.1.tar.gz
20+ # - run: pip install https://pyarmor.dashingsoft.com/downloads/temp/pyarmor.mini-1.1-cp39-none-win_amd64.whl
21+ # - run: echo "print('Hello')" > foo.py
22+ # - run: pyarmor init -e foo.py
23+ # - run: pyarmor build --mini
24+ # - run: python dist/foo.py
1725 # test-free-threading:
1826 # runs-on: ubuntu-latest
1927 # steps:
You can’t perform that action at this time.
0 commit comments