mirror of
https://gitee.com/openharmony/third_party_rust_rustc-hash
synced 2024-11-22 23:39:47 +00:00
Add Github Actions (#10)
* Add Github Actions This PR adds CI with GitHub Actions using the `rust-lang/simpleinfra` simple ci github action.
This commit is contained in:
parent
89ce6783ea
commit
5e09ea0a1c
13
.github/workflows/rust.yml
vendored
Normal file
13
.github/workflows/rust.yml
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
name: Rust
|
||||
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ${{ matrix.os }}-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: rust-lang/simpleinfra/github-actions/simple-ci@master
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu, windows, macos]
|
Loading…
Reference in New Issue
Block a user