forked from cory/tildefriends
I think that worked. Let's build 0.0.23.
This commit is contained in:
parent
cfdbd10635
commit
e7d87ee8e2
@ -15,18 +15,18 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
submodules: true
|
submodules: true
|
||||||
- run: ln -s /opt/keys .keys
|
- run: ln -s /opt/keys .keys
|
||||||
#- name: Setup JDK
|
- name: Setup JDK
|
||||||
# uses: actions/setup-java@v3
|
uses: actions/setup-java@v3
|
||||||
# with:
|
with:
|
||||||
# java-version: '17'
|
java-version: '17'
|
||||||
# distribution: 'temurin'
|
distribution: 'temurin'
|
||||||
#- name: Setup Android SDK
|
- name: Setup Android SDK
|
||||||
# uses: android-actions/setup-android@v3
|
uses: android-actions/setup-android@v3
|
||||||
# with:
|
with:
|
||||||
# packages: 'tools platform-tools build-tools;34.0.0 platforms;android-34 ndk;26.3.11579264'
|
packages: 'tools platform-tools build-tools;34.0.0 platforms;android-34 ndk;26.3.11579264'
|
||||||
- run: sudo apt update && sudo apt install -y doxygen graphviz mingw-w64
|
- run: sudo apt update && sudo apt install -y doxygen graphviz mingw-w64
|
||||||
- run: ANDROID_SDK=$HOME/.android/sdk make -j`nproc` appimage docs
|
- run: ANDROID_SDK=$HOME/.android/sdk make -j`nproc` all docs
|
||||||
#- run: docker build .
|
- run: docker build .
|
||||||
- uses: actions/upload-artifact@v3
|
- uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
path: out/TildeFriends-release.fdroid.apk
|
path: out/TildeFriends-release.fdroid.apk
|
||||||
|
@ -4,7 +4,7 @@ MAKEFLAGS += --warn-undefined-variables
|
|||||||
MAKEFLAGS += --no-builtin-rules
|
MAKEFLAGS += --no-builtin-rules
|
||||||
|
|
||||||
VERSION_CODE := 27
|
VERSION_CODE := 27
|
||||||
VERSION_NUMBER := 0.0.23-wip
|
VERSION_NUMBER := 0.0.23
|
||||||
VERSION_NAME := Me upon my pony on my boat.
|
VERSION_NAME := Me upon my pony on my boat.
|
||||||
|
|
||||||
SQLITE_URL := https://www.sqlite.org/2024/sqlite-amalgamation-3460100.zip
|
SQLITE_URL := https://www.sqlite.org/2024/sqlite-amalgamation-3460100.zip
|
||||||
|
Loading…
Reference in New Issue
Block a user