Skip to content
This repository has been archived by the owner on Apr 13, 2023. It is now read-only.

Commit

Permalink
Ci: test workflow (#14)
Browse files Browse the repository at this point in the history
* add tests workflow

* fixes for various environments, fix tests, feature-gates

* fixes, default targets, almost final ci- test workflow

* fix legacy ci-deps
  • Loading branch information
boozook authored Oct 22, 2022
1 parent ec66378 commit bcfb4f4
Show file tree
Hide file tree
Showing 24 changed files with 880 additions and 102 deletions.
4 changes: 4 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,7 @@ rustflags = ["-C", "target-cpu=native"]

[target.thumbv7em-none-eabihf]
rustflags = ["-C", "target-cpu=cortex-m4"]


[unstable]
per-package-target = true
17 changes: 17 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# doc: https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates

version: 2
updates:
- package-ecosystem: cargo
directory: /
schedule:
interval: weekly
allow:
- dependency-type: all
labels:
- dependencies
# milestone: 1
reviewers:
- boozook

enable-beta-ecosystems: true
Loading

0 comments on commit bcfb4f4

Please sign in to comment.