mirror of
https://github.com/rt64/rt64.git
synced 2024-11-19 14:14:37 +00:00
26 lines
609 B
YAML
26 lines
609 B
YAML
buildType:
|
|
default: debug
|
|
choices:
|
|
debug:
|
|
short: Debug
|
|
long: Emit debug information
|
|
buildType: Debug
|
|
release:
|
|
short: Release
|
|
long: Optimize generated code
|
|
buildType: Release
|
|
platform:
|
|
default: native
|
|
choices:
|
|
native:
|
|
short: Native
|
|
long: Build for the native platform
|
|
android:
|
|
short: Android
|
|
long: Build for Android using the NDK
|
|
env:
|
|
CMAKE_TOOLCHAIN_FILE: /opt/android-sdk/ndk/26.0.10792818/build/cmake/android.toolchain.cmake
|
|
settings:
|
|
ANDROID_ABI: arm64-v8a
|
|
ANDROID_PLATFORM: android-24
|