third_party_rust_rustc-hash/.github/workflows/rust.yml
XAMPPRocky 5e09ea0a1c
Add Github Actions (#10)
* Add Github Actions

This PR adds CI with GitHub Actions using the `rust-lang/simpleinfra` simple ci github action.
2020-05-18 11:19:04 -04:00

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]