Skip to content

Commit 0d33a5f

Browse files
authored
Gh build (#1)
* add automated build
1 parent b0b83dc commit 0d33a5f

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/build-raspi.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: Build It
2+
on: [push]
3+
4+
jobs:
5+
build:
6+
runs-on: ubuntu-latest
7+
steps:
8+
- uses: actions/checkout@v1
9+
- name: Build for Raspberry Pi 2/3/4 32 bit
10+
uses: actions-rs/cargo@v1
11+
with:
12+
use-cross: true
13+
command: build
14+
args: --target armv7-unknown-linux-gnueabihf

0 commit comments

Comments
 (0)