mirror of
https://github.com/FreeRDP/FreeRDP.git
synced 2024-11-24 02:14:11 +08:00
Cmake preload scripts for CI added
This commit is contained in:
parent
75b919a915
commit
f2b7876302
6
ci/cmake-preloads/config-android.txt
Normal file
6
ci/cmake-preloads/config-android.txt
Normal file
@ -0,0 +1,6 @@
|
||||
message("PRELOADING android cache")
|
||||
set(CMAKE_TOOLCHAIN_FILE "cmake/AndroidToolchain.cmake" CACHE PATH "ToolChain file")
|
||||
set(FREERDP_ANDROID_EXTERNAL_SSL_PATH $ENV{ANDROID_SSL_PATH} CACHE PATH "android ssl")
|
||||
# ANDROID_NDK and ANDROID_SDK must be set as environment variable
|
||||
#set(ANDROID_NDK $ENV{ANDROID_SDK} CACHE PATH "Android NDK")
|
||||
#set(ANDROID_SDK "${ANDROID_NDK}" CACHE PATH "android SDK")
|
9
ci/cmake-preloads/config-debian-squeeze.txt
Normal file
9
ci/cmake-preloads/config-debian-squeeze.txt
Normal file
@ -0,0 +1,9 @@
|
||||
message("PRELOADING cache")
|
||||
set (WITH_MANPAGES OFF CACHE BOOL "man pages")
|
||||
set (CMAKE_BUILD_TYPE "Debug" CACHE STRING "build type")
|
||||
set (WITH_CUPS OFF CACHE BOOL "CUPS printing")
|
||||
set (WITH_ALSA OFF CACHE BOOL "alsa audio")
|
||||
set (WITH_FFMPEG OFF CACHE BOOL "ffmepg support")
|
||||
set (WITH_XV OFF CACHE BOOL "xvideo support")
|
||||
set (BUILD_TESTING ON CACHE BOOL "build testing")
|
||||
set (WITH_XSHM OFF CACHE BOOL "build with xshm support")
|
5
ci/cmake-preloads/config-ios.txt
Normal file
5
ci/cmake-preloads/config-ios.txt
Normal file
@ -0,0 +1,5 @@
|
||||
message("PRELOADING android cache")
|
||||
set(CMAKE_TOOLCHAIN_FILE "cmake/iOSToolchain.cmake" CACHE PATH "ToolChain file")
|
||||
set(FREERDP_IOS_EXTERNAL_SSL_PATH $ENV{FREERDP_IOS_EXTERNAL_SSL_PATH} CACHE PATH "android ssl")
|
||||
set (CMAKE_BUILD_TYPE "Debug" CACHE STRING "build type")
|
||||
set(IOS_PLATFORM "SIMULATOR" CACHE STRING "iso platfrorm to build")
|
5
ci/cmake-preloads/config-macosx.txt
Normal file
5
ci/cmake-preloads/config-macosx.txt
Normal file
@ -0,0 +1,5 @@
|
||||
message("PRELOADING mac cache")
|
||||
set (WITH_MANPAGES OFF CACHE BOOL "man pages")
|
||||
set (CMAKE_BUILD_TYPE "Debug" CACHE STRING "build type")
|
||||
set (WITH_CUPS OFF CACHE BOOL "CUPS printing")
|
||||
set (BUILD_TESTING OFF CACHE BOOL "build testing")
|
9
ci/cmake-preloads/config-ubuntu-1204.txt
Normal file
9
ci/cmake-preloads/config-ubuntu-1204.txt
Normal file
@ -0,0 +1,9 @@
|
||||
message("PRELOADING cache")
|
||||
set (WITH_MANPAGES OFF CACHE BOOL "man pages")
|
||||
set (CMAKE_BUILD_TYPE "Debug" CACHE STRING "build type")
|
||||
set (WITH_CUPS OFF CACHE BOOL "CUPS printing")
|
||||
set (WITH_ALSA OFF CACHE BOOL "alsa audio")
|
||||
set (WITH_FFMPEG OFF CACHE BOOL "ffmepg support")
|
||||
set (WITH_XV OFF CACHE BOOL "xvideo support")
|
||||
set (BUILD_TESTING ON CACHE BOOL "build testing")
|
||||
set (WITH_XSHM OFF CACHE BOOL "build with xshm support")
|
3
ci/cmake-preloads/config-windows.txt
Normal file
3
ci/cmake-preloads/config-windows.txt
Normal file
@ -0,0 +1,3 @@
|
||||
message("PRELOADING windows cache")
|
||||
set (CMAKE_BUILD_TYPE "Debug" CACHE STRING "build type")
|
||||
#set (BUILD_TESTING ON CACHE BOOL "build testing")
|
Loading…
Reference in New Issue
Block a user