Skip to content

Commit

Permalink
fix auto test failure under Windows
Browse files Browse the repository at this point in the history
migrate all test resources to github
  • Loading branch information
cfig committed Jan 20, 2024
1 parent 657b2d4 commit 643ac9e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion src/integrationTest/resources_2
Submodule resources_2 updated 1 files
+1 −1 README.md

0 comments on commit 643ac9e

Please sign in to comment.