Skip to content

Commit

Permalink
CI debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
divergentdave committed Dec 1, 2023
1 parent a7b1b4b commit 45d7534
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,20 @@ jobs:
- name: Rust lint
working-directory: divviup/rust
run: cargo clippy
- name: Build and test
run: ./gradlew build generateReleaseJavadoc
- name: CI debugging
run: |
echo $ANDROID_SDK_ROOT # /usr/local/lib/android/sdk
echo $ANDROID_NDK_HOME # /usr/local/lib/android/sdk/ndk/25.2.9519653
ls /usr/local/share/android/sdk
ls /usr/local/share/android/sdk/ndk
ls /usr/local/share/android/sdk/ndk/25.2.9519653
ls local.properties
echo $GRADLE_USER_HOME
ls $GRADLE_USER_HOME
echo $GRADLE_HOME
ls $GRADLE_HOME
echo $GRADLE_OPTS
./gradlew :sampleapp:stripReleaseDebugSymbols -i
dependency-review:
if: github.event_name == 'pull_request'
Expand Down

0 comments on commit 45d7534

Please sign in to comment.