Skip to content

Commit 7edbd19

Browse files
committed
Add test action
1 parent f612840 commit 7edbd19

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
name: pyarmor-smoke-test
2+
run-name: ${{ github.actor }} is testing Pyarmor
3+
on:
4+
push
5+
# create
6+
7+
jobs:
8+
# test-free-threading:
9+
# runs-on: ubuntu-latest
10+
# steps:
11+
# - run: wget https://pyarmor.dashingsoft.com/downloads/temp/pyarmor-smoke-test.tar.gz
12+
# - run: tar xzf pyarmor-smoke-test.tar.gz
13+
# - run: pip install test/pyarmor.cli.core.tar.gz
14+
# - run: pip install test/pyarmor.cli.tar.gz
15+
# - run: pip install test/pyarmor.mini.tar.gz
16+
# - run: pyarmor init test/foo.py
17+
# - run: pyarmor build --mini
18+
# - run: python3 dist/foo.py
19+
test-free-threading-macos:
20+
runs-on: macos-13
21+
steps:
22+
- run: curl -O https://www.python.org/ftp/python/3.13.1/python-3.13.1-macos11.pkg
23+
- run: sudo installer -pkg ./python-3.13.1-macos11.pkg --target /
24+
- run: python3.13t -v

0 commit comments

Comments
 (0)