mirror of
https://github.com/tsirysndr/music-player.git
synced 2026-01-09 13:18:05 -05:00
ci: add release-for-windows workflow
This commit is contained in:
17
.github/workflows/release-for-windows.yml
vendored
Normal file
17
.github/workflows/release-for-windows.yml
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
on:
|
||||
push:
|
||||
branches: ["feat/windows"]
|
||||
|
||||
jobs:
|
||||
compile:
|
||||
name: Compile
|
||||
runs-on: windows-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@master
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
choco install protobuf
|
||||
choco install rust
|
||||
- name: Build
|
||||
run: cargo build --release && dir target\release
|
||||
Reference in New Issue
Block a user