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 1
1
name : pyarmor-smoke-test
2
2
run-name : ${{ github.actor }} is testing Pyarmor
3
3
on :
4
- create
4
+ push
5
5
6
6
jobs :
7
- test-mini-windows :
8
- runs-on : windows -latest
7
+ test-pack :
8
+ runs-on : ubuntu -latest
9
9
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
13
12
- 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
16
14
- 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
17
25
# test-free-threading:
18
26
# runs-on: ubuntu-latest
19
27
# steps:
You can’t perform that action at this time.
0 commit comments