Skip to content

Commit

Permalink
Fixup build paths and add to main readme
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickLang committed Aug 2, 2020
1 parent 9ef509c commit 7223da3
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 14 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/build-raspi.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Build Rasperry Pi Sample
on: [push]

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build for armv7-unknown-linux-gnueabihf
uses: actions-rs/cargo@v1
working-directory: ./examples-raspi
with:
use-cross: true
command: build
args: --target armv7-unknown-linux-gnueabihf
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,10 @@ fn HardFault(ef: &ExceptionFrame) -> ! {

```

## Raspberry Pi

A sample project is available under [examples-raspi](./examples-raspi)

## License

Licensed under either of
Expand Down
14 changes: 0 additions & 14 deletions examples-raspi/.github/workflows/build-raspi.yaml

This file was deleted.

0 comments on commit 7223da3

Please sign in to comment.