mirror of
https://github.com/CompeyDev/lune-packaging.git
synced 2025-01-07 11:29:10 +00:00
chore(android): update build routine to install cmake as dep
This commit is contained in:
parent
62bf3ee0fa
commit
3dc2f18952
1 changed files with 3 additions and 1 deletions
|
@ -3,10 +3,12 @@
|
|||
set -e
|
||||
|
||||
cd lune-src
|
||||
current_ver=$(git describe --tags --abbrev=0)
|
||||
current_ver=$(git describe --tags --abbrev=0 | tr -d '\n')
|
||||
|
||||
[[ $(cat ../build.VERSION) == $current_ver ]] && echo "[!] Already at latest build, skipping" && exit 0
|
||||
|
||||
sudo apt install build-essential cmake
|
||||
|
||||
wget https://dl.google.com/android/repository/android-ndk-r25c-linux.zip && unzip android-ndk-*.zip
|
||||
mv android-ndk-r25c $HOME/android-ndk
|
||||
|
||||
|
|
Loading…
Reference in a new issue