mirror of
https://gitee.com/openharmony/third_party_rust_rustc-hash
synced 2024-11-23 07:49:54 +00:00
5e09ea0a1c
* Add Github Actions This PR adds CI with GitHub Actions using the `rust-lang/simpleinfra` simple ci github action.
14 lines
250 B
YAML
14 lines
250 B
YAML
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]
|