Skip to content

Commit 643ac9e

Browse files
committed
fix auto test failure under Windows
migrate all test resources to github
1 parent 657b2d4 commit 643ac9e

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
run: python -c "import sys; print(sys.version)"
9191

9292
- name: choco
93-
run: choco install openssl dtc-msys2
93+
run: choco install openssl dtc-msys2 zip vim
9494

9595
- name: Unit Test
9696
run: ./gradlew.bat check && ./gradlew.bat clean || true

.gitmodules

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[submodule "src/integrationTest/resources"]
22
path = src/integrationTest/resources
33
url = https://github.com/cfig/android_image_res
4-
[submodule "src/integrationTest/resources_2"]
5-
path = src/integrationTest/resources_2
6-
url = https://gitee.com/cfig/android_image_res2.git
74
[submodule "src/integrationTest/resources_3"]
85
path = src/integrationTest/resources_3
96
url = https://github.com/cfig/android_image_res3.git
7+
[submodule "src/integrationTest/resources_2"]
8+
path = src/integrationTest/resources_2
9+
url = https://github.com/cfig/android_image_res2.git

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Make sure you have [JDK11+](https://www.oracle.com/java/technologies/downloads/#
1212
* Mac: `brew install lz4 xz dtc`
1313

1414
* Windows: Install openssl and device-tree compiler with [chocolate](https://chocolatey.org/install)
15-
`choco install openssl dtc-msys2`
15+
`choco install openssl dtc-msys2 zip vim`
1616

1717
## Getting Started
1818
Put your boot.img to current directory, then start gradle 'unpack' task:

src/integrationTest/resources_2

0 commit comments

Comments
 (0)