fix: Change build mode from 'dev' to 'debug' for mobile client and staff apps
This commit is contained in:
4
.github/workflows/mobile-ci.yml
vendored
4
.github/workflows/mobile-ci.yml
vendored
@@ -89,13 +89,13 @@ jobs:
|
||||
- name: 🔨 Run compilation check
|
||||
run: |
|
||||
echo "🏗️ Building client app for Android (dev mode)..."
|
||||
make mobile-client-build PLATFORM=apk MODE=dev 2>&1 | tee client_build.txt || true
|
||||
make mobile-client-build PLATFORM=apk MODE=debug 2>&1 | tee client_build.txt || true
|
||||
|
||||
echo ""
|
||||
echo "━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━"
|
||||
|
||||
echo "🏗️ Building staff app for Android (dev mode)..."
|
||||
make mobile-staff-build PLATFORM=apk MODE=dev 2>&1 | tee staff_build.txt || true
|
||||
make mobile-staff-build PLATFORM=apk MODE=debug 2>&1 | tee staff_build.txt || true
|
||||
|
||||
echo ""
|
||||
echo "━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━"
|
||||
|
||||
Reference in New Issue
Block a user