mirror of
https://github.com/nkanaev/yarr.git
synced 2025-05-24 00:33:14 +00:00
macos build action
This commit is contained in:
parent
9f678aa30e
commit
8799058322
18
.github/workflows/build.yml
vendored
Normal file
18
.github/workflows/build.yml
vendored
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
name: build
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches: [master]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build_macos:
|
||||||
|
name: Build for MacOS
|
||||||
|
runs-on: macos-10.15
|
||||||
|
steps:
|
||||||
|
- {name: "Checkout", uses: actions/checkout@v2}
|
||||||
|
- {name: "Checkout gofeed", uses: actions/checkout@v2, with: {repository: nkanaev/gofeed, path: gofeed}}
|
||||||
|
- name: "Build"
|
||||||
|
run: |
|
||||||
|
make build_macos
|
||||||
|
cd _output/macos && zip -r yarr-macos.zip yarr.app
|
||||||
|
- {name: "Upload", uses: actions/upload-artifact@v2, with: {name: macos, path: _output/macos/yarr-macos.zip}}
|
Loading…
x
Reference in New Issue
Block a user