mirror of
https://github.com/nicoburns/blessed-rs
synced 2024-11-23 04:03:04 +00:00
12 lines
No EOL
276 B
YAML
12 lines
No EOL
276 B
YAML
name: Blessed.rs
|
|
on: [push]
|
|
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 |