Update build.yml
This commit is contained in:
@@ -27,11 +27,13 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
java-version: 1.8
|
java-version: 1.8
|
||||||
|
|
||||||
# Runs a single command using the runners shell
|
- name: Make gradlew executable
|
||||||
- name: Build the App with permissions
|
run: chmod +x ./gradlew
|
||||||
run: chmod +x "./gradlew build --info --stacktrace"
|
- name: Build with Gradle
|
||||||
|
run: ./gradlew build --info --stacktrace
|
||||||
|
- name: Build debug APK
|
||||||
|
run: ./gradlew assembleDebug
|
||||||
|
|
||||||
# Runs a set of commands using the runners shell
|
|
||||||
- name: Run a multi-line script
|
- name: Run a multi-line script
|
||||||
run: |
|
run: |
|
||||||
echo Add other actions to build,
|
echo Add other actions to build,
|
||||||
|
|||||||
Reference in New Issue
Block a user