File tree 1 file changed +5
-1
lines changed
1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -33,13 +33,14 @@ jobs:
33
33
run-tests : true
34
34
35
35
steps :
36
- - uses : actions/checkout@v4
36
+ - uses : actions/checkout@v4.1.7
37
37
38
38
- name : Extract config variables
39
39
id : config-vars
40
40
run : |
41
41
PYTHON_VER=$(make config | grep "PYTHON_VER=" | cut -d "=" -f 2)
42
42
echo "PYTHON_VER=${PYTHON_VER}" | tee -a ${GITHUB_OUTPUT}
43
+
43
44
- name : Set up Python
44
45
45
46
with :
51
52
run : |
52
53
# Do the build for the requested target.
53
54
make ${{ matrix.target }}
55
+
54
56
- name : Upload build artefacts
55
57
56
58
with :
72
74
# Use the development version of Briefcase
73
75
# python -m pip install git+https://github.com/beeware/briefcase.git
74
76
python -m pip install git+https://github.com/freakboy3742/briefcase.git@version-bumps
77
+
75
78
- name : Run support testbed check
76
79
if : matrix.run-tests
80
+ timeout-minutes : 10
77
81
working-directory : Python-support-testbed
78
82
# TODO - remove the template_branch option.
79
83
run : briefcase run ${{ matrix.target }} Xcode --test ${{ matrix.briefcase-run-args }} -C support_package=\'../dist/Python-${{ steps.config-vars.outputs.PYTHON_VER }}-${{ matrix.target }}-support.custom.tar.gz\' -C template_branch=\'framework-lib\'
You can’t perform that action at this time.
0 commit comments