We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a050d81 commit 9a8b412Copy full SHA for 9a8b412
.github/workflows/test-runner-actions.yml
@@ -35,13 +35,12 @@ on:
35
# - run: Get-Process
36
37
jobs:
38
- test-windows-nuitka:
39
- runs-on: windows-latest
+ test-bcc:
+ runs-on: ubuntu-latest
40
steps:
41
- run: pip install pyarmor.cli
42
- - run: pip install nuitka
43
- - run: echo "print('Hello')" > foo.py
44
- - run: pyarmor cfg restrict_module 0
45
- - run: pyarmor gen foo.py
46
- - run: nuitka --onefile --include-package=dist.pyarmor_runtime_000000 dist/foo.py
47
- - run: .\foo.exe
+ - run: wget https://8.218.217.13/temp/pyarmor-regfile-5068-v9.zip
+ - run: wget https://8.218.217.13/temp/t2128.py
+ - run: pyarmor reg pyarmor-regfile-5068-v9.zip
+ - run: pyarmor gen --enable-bcc --obf-code 2 t2128.py
+ - run: python dist/t2128.py
0 commit comments