Unverified Commit 45ac4e86 authored by Fawaz's avatar Fawaz Committed by GitHub
Browse files

Replaced old CI with one using GitHub Actions (#4)

The old CI was meant for cortex-m-semihosting, so it would not have
worked with this repository, and it also used Travis CI, whereas
the new one uses GitHub Actions.

The CI runs `cargo check` for the following targets:
- `riscv32i-unknown-none-elf`
- `riscv32imc-unknown-none-elf`
- `riscv32imac-unknown-none-elf`
- `riscv64imac-unknown-none-elf`
- `riscv64gc-unknown-none-elf`

It also checks formatting and doc.
parent 64ef9e41
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment