mirror of
https://github.com/house-of-vanity/tmux-helper.git
synced 2026-02-04 17:57:58 +00:00
Add push action - build.
This commit is contained in:
16
.github/workflows/push-build.yml
vendored
Normal file
16
.github/workflows/push-build.yml
vendored
Normal 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
|
||||||
|
|
||||||
Reference in New Issue
Block a user