mirror of
https://github.com/cjfranko/NTP-Timeturner.git
synced 2025-11-08 18:32:02 +00:00
ci: automated github build testing
This commit is contained in:
parent
bd2111d77a
commit
8bbd7e9743
1 changed files with 10 additions and 0 deletions
10
.github/workflow.yml
vendored
Normal file
10
.github/workflow.yml
vendored
Normal file
|
|
@ -0,0 +1,10 @@
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v2
|
||||||
|
- uses: pguyot/arm-runner-action@v2
|
||||||
|
with:
|
||||||
|
commands: |
|
||||||
|
cargo build
|
||||||
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue