diff options
author | GeckoEidechse <gecko.eidechse+git@pm.me> | 2022-08-10 18:21:50 +0200 |
---|---|---|
committer | GeckoEidechse <gecko.eidechse+git@pm.me> | 2022-08-10 18:21:50 +0200 |
commit | 934c2abbaec9706434ad727238c9c834dc888373 (patch) | |
tree | 80daea3c9bbbea9076e1b83ece63e25af1f3afc3 /docs/modding-and-development | |
parent | d27e54009731cc9c053f714e3ff3d22cbe94e11d (diff) | |
download | NorthstarWiki-934c2abbaec9706434ad727238c9c834dc888373.tar.gz NorthstarWiki-934c2abbaec9706434ad727238c9c834dc888373.zip |
Add link to PR testing tool
Diffstat (limited to 'docs/modding-and-development')
-rw-r--r-- | docs/modding-and-development/testing.md | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/docs/modding-and-development/testing.md b/docs/modding-and-development/testing.md index f894587..5cb3fe0 100644 --- a/docs/modding-and-development/testing.md +++ b/docs/modding-and-development/testing.md @@ -31,7 +31,18 @@ After testing, make sure to mention the steps tested in your review. ## Acquiring necessary files -### NorthstarLauncher +### northstar_dev_testing_helper_tool + +You can use the creatively named `northstar_dev_testing_helper_tool` to essentially 1-click install any pull request to [NorthstarMods](https://github.com/R2Northstar/NorthstarMods/) and [NorthstarLauncher](https://github.com/R2Northstar/NorthstarLauncher/). + +The tool is still WIP albeit in a usable state. Check its README for instructions: + +{% embed url="https://github.com/GeckoEidechse/northstar_dev_testing_helper_tool" %} + + +### Manually + +#### NorthstarLauncher Before starting, make sure you have a **working and up-to-date Northstar install** and you're **logged into GitHub with your GitHub account** (downloading files from CI only works while logged into any GitHub account)! @@ -46,7 +57,7 @@ Before starting, make sure you have a **working and up-to-date Northstar install Alternatively, compiling the PR'd code from source is also an option. For this, refer to [northstarlauncher.md](development/northstarlauncher.md "mention") -### NorthstarMods +#### NorthstarMods Click on the source branch of the PR |