Skip to content

Commit 492544e

Browse files
try rpi build
1 parent 79cc8bb commit 492544e

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/workflows/build.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,23 @@ jobs:
149149
path: dist/*
150150

151151

152+
build-rpi:
153+
runs-on: rpi
154+
steps:
155+
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
156+
- uses: actions/checkout@v2
157+
158+
159+
- name: Build raylib-python-cffi
160+
run: |
161+
python setup.py bdist_wheel
162+
163+
- name: Upload build Artifact wheel
164+
uses: actions/[email protected]
165+
with:
166+
name: wheel
167+
path: dist/*
168+
152169
build-windows:
153170
# The type of runner that the job will run on
154171
runs-on: windows-2019

0 commit comments

Comments
 (0)