Test ci build android 1635
This commit is contained in:
@@ -29,12 +29,15 @@ jobs:
|
|||||||
- name: Grant execute permission for gradlew
|
- name: Grant execute permission for gradlew
|
||||||
run: chmod +x gradlew
|
run: chmod +x gradlew
|
||||||
|
|
||||||
|
- name: Network Debug
|
||||||
|
run: |
|
||||||
|
curl -I https://services.gradle.org
|
||||||
|
nslookup services.gradle.org || true
|
||||||
|
ping -c 4 services.gradle.org || true
|
||||||
|
|
||||||
- name: Build with Gradle
|
- name: Build with Gradle
|
||||||
run: ./gradlew build
|
run: ./gradlew build
|
||||||
#
|
#
|
||||||
# - name: Setup Gradle
|
|
||||||
# uses: gradle/actions/setup-gradle@v4
|
|
||||||
#
|
|
||||||
# - name: Grant execute permission
|
# - name: Grant execute permission
|
||||||
# run: chmod +x ./gradlew
|
# run: chmod +x ./gradlew
|
||||||
#
|
#
|
||||||
|
|||||||
Reference in New Issue
Block a user