-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feature: Add linux build and pipeline command
- Loading branch information
1 parent
bb53a91
commit 73cf11d
Showing
2 changed files
with
19 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,16 @@ | ||
# Desktop | ||
> The Podcast Desktop Native Player | ||
## Showtime | ||
## Setup | ||
> Downloads the docker image | ||
To install the dependencies run: `make install` | ||
To build the OSX applicaiton run: `make build_osx` | ||
|
||
## Build | ||
> Generates the applications for each platform | ||
To build for all the platforms use: `make build` | ||
|
||
To build the OSX application run: `make build_osx` | ||
|
||
To build the Linux application run: `make build_linux` |