mirror of
https://github.com/aunetx/deezer-linux.git
synced 2025-04-08 17:05:27 +02:00
Create build.yml
This commit is contained in:
parent
81ee9c2e02
commit
7f91aaa820
25
.github/workflows/build.yml
vendored
Normal file
25
.github/workflows/build.yml
vendored
Normal file
@ -0,0 +1,25 @@
|
||||
name: Build
|
||||
|
||||
on:
|
||||
[pull_request, push]
|
||||
|
||||
jobs:
|
||||
packages:
|
||||
name: "Build AppImage"
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: checkout repo
|
||||
uses: actions/checkout@v2
|
||||
- uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: 14
|
||||
|
||||
- name: install_deps
|
||||
run: make install_deps
|
||||
- name: build_appimage
|
||||
run: make build_appimage
|
||||
|
||||
- uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: deezer-desktop-nightly-build.AppImage
|
||||
path: artifacts/x64/deezer-desktop-*.AppImage
|
Loading…
x
Reference in New Issue
Block a user