Files
tmux-helper/.github/workflows/push-build.yml
Alexandr Bogomyakov f96467272b Add env to workflow.
2019-12-04 14:30:43 +03:00

19 lines
270 B
YAML

name: Rust
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Build
run: cargo build --verbose --release
env:
RUST_BACKTRACE: 1
- name: Strip
run: strip target/release/tmux-helper