fix auto test failure under Windows

migrate all test resources to github
pull/140/head v14_r3
cfig 1 year ago
parent 657b2d40ce
commit 643ac9e51d
No known key found for this signature in database
GPG Key ID: B104C307F0FDABB7

@ -90,7 +90,7 @@ jobs:
run: python -c "import sys; print(sys.version)"
- name: choco
run: choco install openssl dtc-msys2
run: choco install openssl dtc-msys2 zip vim
- name: Unit Test
run: ./gradlew.bat check && ./gradlew.bat clean || true

6
.gitmodules vendored

@ -1,9 +1,9 @@
[submodule "src/integrationTest/resources"]
path = src/integrationTest/resources
url = https://github.com/cfig/android_image_res
[submodule "src/integrationTest/resources_2"]
path = src/integrationTest/resources_2
url = https://gitee.com/cfig/android_image_res2.git
[submodule "src/integrationTest/resources_3"]
path = src/integrationTest/resources_3
url = https://github.com/cfig/android_image_res3.git
[submodule "src/integrationTest/resources_2"]
path = src/integrationTest/resources_2
url = https://github.com/cfig/android_image_res2.git

@ -12,7 +12,7 @@ Make sure you have [JDK11+](https://www.oracle.com/java/technologies/downloads/#
* Mac: `brew install lz4 xz dtc`
* Windows: Install openssl and device-tree compiler with [chocolate](https://chocolatey.org/install)
`choco install openssl dtc-msys2`
`choco install openssl dtc-msys2 zip vim`
## Getting Started
Put your boot.img to current directory, then start gradle 'unpack' task:

@ -1 +1 @@
Subproject commit 106cacece826ef18b67117118a37ff034ec72f61
Subproject commit 0135bc6ad9679372cc562e571861671544269532
Loading…
Cancel
Save