Skip to content

Commit

Permalink
Gh build (#1)
Browse files Browse the repository at this point in the history
* add automated build
  • Loading branch information
PatrickLang authored Aug 4, 2020
1 parent b0b83dc commit 0d33a5f
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/build-raspi.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Build It
on: [push]

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Build for Raspberry Pi 2/3/4 32 bit
uses: actions-rs/cargo@v1
with:
use-cross: true
command: build
args: --target armv7-unknown-linux-gnueabihf

0 comments on commit 0d33a5f

Please sign in to comment.