Add CI and fix the rest of the readme

This commit is contained in:
datdenkikniet
2023-05-01 13:37:29 +02:00
parent 6f2fbf49b9
commit 27d65b82e0
7 changed files with 80 additions and 10 deletions
+32
View File
@@ -0,0 +1,32 @@
name: Build
on:
pull_request:
push:
branches:
- master
env:
CARGO_TERM_COLOR: always
jobs:
build:
name: Build the project according to the steps
runs-on: ubuntu:22.04
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install rust nightly
run: |
rustup override set nightly
- name: Configure rust target
run: |
rustup target add thumbv7em-none-eabihf
- name: Cache Dependencies
uses: Swatinem/rust-cache@v2
- name: Run steps
run: |
./run-steps.sh