mirror of
https://github.com/openharmony/third_party_rust_rustc-hash.git
synced 2026-06-30 20:57:57 -04: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:
@@ -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]
|
||||
Reference in New Issue
Block a user