File tree Expand file tree Collapse file tree 1 file changed +20
-8
lines changed Expand file tree Collapse file tree 1 file changed +20
-8
lines changed Original file line number Diff line number Diff line change 5
5
branches :
6
6
- master
7
7
8
- jobs :
9
- test-macos-disk :
10
- runs-on : macos-13
11
- steps :
12
- - run : ps -ef
13
- - run : wget https://pyarmor.dashingsoft.com/downloads/temp/a.bin
14
- - run : chmod +x ./a.bin
15
- - run : ./a.bin
8
+ # jobs:
9
+ # test-macos-disk:
10
+ # runs-on: macos-13
11
+ # steps:
12
+ # - run: ps -ef
13
+ # - run: wget https://pyarmor.dashingsoft.com/downloads/temp/a.bin
14
+ # - run: chmod +x ./a.bin
15
+ # - run: ./a.bin
16
16
17
17
# jobs:
18
18
# test-ubuntu-disk:
33
33
# - run: Invoke-WebRequest -Uri https://pyarmor.dashingsoft.com/downloads/temp/a.exe -UseBasicParsing -OutFile a.exe
34
34
# - run: .\a.exe
35
35
# - run: Get-Process
36
+
37
+ jobs :
38
+ test-windows-nuitka :
39
+ runs-on : windows-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
You can’t perform that action at this time.
0 commit comments