Pslink/.github/workflows/rust.yml

27 lines
440 B
YAML
Raw Normal View History

2021-04-18 16:18:23 +02:00
name: Rust
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
2021-08-12 11:26:22 +02:00
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
override: true
- uses: davidB/rust-cargo-make@v1
with:
version: '0.23.0'
2021-04-18 16:18:23 +02:00
- uses: actions/checkout@v2
- name: Build
2021-08-12 11:26:22 +02:00
run: cargo make build_standalone