Skip to content

Commit

Permalink
Create Building in Gitpod.md (iNavFlight#10004)
Browse files Browse the repository at this point in the history
Gitpod offer by far the easierst and fastest method for building INAV targets. I wrote a small .md for those who want to have a step-by-step guide.
  • Loading branch information
dzaro-dev authored May 5, 2024
1 parent 52564d6 commit 1dc9105
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions docs/development/Building in Gitpod.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Building in Gitpod

Gitpod offers an online build environment for building INAV targets.
## Setting up the environment

1. Go to https://gitpod.io/new
1. Paste `https://github.com/iNavFlight/inav/tree/master` into the field called "Select a repository"
1. Cick on the link that shows in the drop down and Gitpod will atomatically selects the adequate Editor and Browser
1. Leave the other fields as default and click "Continue". Your build environment will be created.
1. At the bottom of the page, you will see a command line. Type `make [TARGET]` and wait for the target to be built.
1. Your new target will be located in a folder called `bin`, which can be found at the top left of the page.

NOTE: You can use this method to build your forks as well. Just paste in the link to your fork and follow the rest of the steps.

You are done!

0 comments on commit 1dc9105

Please sign in to comment.