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 b76856e
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,19 @@ 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 -l /usr/local/lib/android/sdk
ls -l /usr/local/lib/android/sdk/ndk
ls -l /usr/local/lib/android/sdk/ndk/25.2.9519653
echo $GRADLE_USER_HOME
ls -l $GRADLE_USER_HOME
echo $GRADLE_HOME
ls -l $GRADLE_HOME
echo $GRADLE_OPTS
./gradlew :sampleapp:stripReleaseDebugSymbols -i
dependency-review:
if: github.event_name == 'pull_request'
Expand Down

0 comments on commit b76856e

Please sign in to comment.