-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
0 additions
and
17 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,3 @@ | ||
# GPM's Build Specification | ||
# This format is intended to be used for repos which do not create releases | ||
# You can provide the commands on how to build from source for target platform | ||
# Make sure you put this file in the root of your repo. | ||
|
||
# GPM even supports updating these type of repos by comparing the commit hashes. | ||
|
||
# Build from source process | ||
# if building is common to all platform use the [any] key or provide commands for each platform you target, | ||
# instead of any use one of | ||
# 'windows', 'macos', 'linux', 'debian', 'fedora', 'arch' or 'other' | ||
# the 'other' key should only be used for a platform other than the supported ones | ||
build: | ||
windows: flutter pub get | ||
flutter build exe --release | ||
|
||
|
||
# !! IMPORTANT !! | ||
# Make sure that after the build process finishes you should have an executable file with the name of the repo at your project's root | ||
# Example: after executing the build process of (say) chat_desk, then, there should be an executable file at the root |