mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-09-02 04:01:43 +02:00
Update android.publish.yml
Signed-off-by: Ammar Ahmed <40239442+ammarahm-ed@users.noreply.github.com>
This commit is contained in:
26
.github/workflows/android.publish.yml
vendored
26
.github/workflows/android.publish.yml
vendored
@@ -45,6 +45,10 @@ jobs:
|
||||
ln -s $(which ccache) /usr/local/bin/clang++
|
||||
export CCACHE_COMPILERCHECK=content
|
||||
export CCACHE_DEBUG=true
|
||||
mkdir .ccachedebug
|
||||
export CCACHE_DEBUG=true
|
||||
export CCACHE_DEBUGDIR=.ccachedebug
|
||||
export CCACHE_DEBUGLEVEL=1
|
||||
|
||||
- name: Cache gradle
|
||||
uses: actions/cache@v2
|
||||
@@ -68,15 +72,21 @@ jobs:
|
||||
- name: CCache Stats after build 1
|
||||
run: ccache -sv
|
||||
|
||||
- name: Build unsigned app bundle
|
||||
run: |
|
||||
cd apps/mobile/native/android
|
||||
./gradlew clean
|
||||
cd ../../../../
|
||||
yarn release:android:bundle
|
||||
- name: Upload to Github
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: CCache_logs
|
||||
path: .ccachedebug
|
||||
|
||||
# - name: Build unsigned app bundle
|
||||
# run: |
|
||||
# cd apps/mobile/native/android
|
||||
# ./gradlew clean
|
||||
# cd ../../../../
|
||||
# yarn release:android:bundle
|
||||
|
||||
- name: CCache Stats after build 2
|
||||
run: ccache -sv
|
||||
# - name: CCache Stats after build 2
|
||||
# run: ccache -sv
|
||||
|
||||
# - name: Sign app bundle for Playstore release
|
||||
# id: sign_app
|
||||
|
||||
Reference in New Issue
Block a user