Skip to content

Commit

Permalink
Use bash shell in browserstack CI
Browse files Browse the repository at this point in the history
  • Loading branch information
oxtoacart committed Sep 13, 2023
1 parent 2b336ac commit d25f6c6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/browerstack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,11 @@ jobs:
mv "${FLUTTER_ROOT}/.pub-cache/bin/protoc-gen-dart" "${HOME}/.pub-cache/bin"
- name: Build Android-Lib
shell: bash
run: make android-lib ANDROID_ARCH=all

- name: Build APK
shell: bash
run: |
flutter pub get
echo "CI=true" >> $GITHUB_ENV
Expand Down
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,7 @@ dart-defines-debug:
do-android-debug: $(MOBILE_SOURCES) $(MOBILE_ANDROID_LIB)
@set -e; \
trap 'echo "An error occurred during the android debug build process. Exiting..." >&2; exit 1' ERR; \
blahdi && \
ln -fs $(MOBILE_DIR)/gradle.properties . && \
DART_DEFINES=`make dart-defines-debug` && \
CI="$$CI" && $(GRADLE) -Pdart-defines="$$DART_DEFINES" -PlanternVersion=$(DEBUG_VERSION) -PddClientToken=$$DD_CLIENT_TOKEN -PddApplicationID=$$DD_APPLICATION_ID \
Expand Down

0 comments on commit d25f6c6

Please sign in to comment.