Add push action - build.

This commit is contained in:
Alexandr Bogomyakov
2019-12-04 14:23:28 +03:00
parent 23cc78cc0a
commit 8cdaf4628b

16
.github/workflows/push-build.yml vendored Normal file
View File

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