Skip to content

Commit 3cd7c47

Browse files
Create README.md
1 parent 3a75d87 commit 3cd7c47

File tree

1 file changed

+58
-0
lines changed

1 file changed

+58
-0
lines changed

README.md

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
# Use Github Action to compile Recovery
2+
```
3+
Support OFRP, SHRP, TWRP compilation and production
4+
```
5+
---
6+
7+
## Release Notes
8+
```
9+
= 2021/10/29:
10+
-Refactored version 2.0
11+
-Completely reconstruct the use logic to reduce the difficulty of use
12+
-Optimize the parameter transfer part, now you can run multiple Workers at the same time
13+
-TWRP compilation test passed
14+
-OFRP compilation test passed
15+
-SHRP compile test passed
16+
```
17+
18+
-----
19+
20+
## Parameter Description
21+
22+
| Name | Description | Example |
23+
| ------------ | -------------------- | ------------ |
24+
| `MANIFEST_TYPE` | Source Type | omni |
25+
| `MANIFEST_URL` | Source address| https://github.com/minimal-manifest-twrp/platform_manifest_twrp_omni.git |
26+
| `MANIFEST_BRANCH` | Source branch | twrp-9.0 |
27+
| `DEVICE_TREE_URL` | Device address| https://github.com/azwhikaru/twrp_device_xiaomi_archytas |
28+
| `DEVICE_TREE_BRANCH` | Device branch | twrp-9.0 |
29+
| `DEVICE_PATH` | Device location | device/xiaomi/Archytas |
30+
| `DEVICE_NAME` | Model name | Archytas |
31+
32+
-----
33+
34+
## how to use
35+
```
36+
For example, your username is: Fun-114514
37+
```
38+
#### 1. Click'Fork' in the upper right corner of this warehouse
39+
![](https://i.bmp.ovh/imgs/2021/10/6b6ed9f29e732372.png)
40+
#### 2. After waiting for the automatic redirection, you will see your own username
41+
![](https://i.bmp.ovh/imgs/2021/10/66cfe324c0ebb69b.png)
42+
#### 3. Click'Actions-Make Recovery'
43+
![](https://i.bmp.ovh/imgs/2021/10/23896d1b66292047.png)
44+
#### 4. Click'Run workflow' and fill in according to the above'parameter description'
45+
![](https://i.bmp.ovh/imgs/2021/10/9cb7871267cf2f53.png)
46+
#### 5. After filling in, click'Run workflow' to start running
47+
48+
-----
49+
50+
## Compilation results
51+
Can be downloaded at [Release](../../releases)
52+
53+
-----
54+
## Remark
55+
56+
#### TeamWin Recovery Project: https://github.com/minimal-manifest-twrp/platform_manifest_twrp_omni.git
57+
#### OrangeFox Recovery Project: https://gitlab.com/OrangeFox/Manifest.git
58+
#### SKYHAWK Recovery Project: https://github.com/SHRP/platform_manifest_twrp_omni.git

0 commit comments

Comments
 (0)