blessed-rs/.github/workflows/github-actions.yml

12 lines
276 B
YAML
Raw Normal View History

2022-04-18 14:49:50 +00:00
name: Blessed.rs
on: [push]
2022-04-18 14:48:12 +00:00
jobs:
build:
name: Compile release build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- run: cargo build --release --all-features