Zachary Hall
8fdf30878b
Some checks failed
Build / build-gentoo (push) Successful in 1m22s
Build / download-system-deps (push) Successful in 1m37s
Build / get-source-code (push) Successful in 4m30s
Build / build-appimage (push) Successful in 1m15s
Build / build-android (push) Failing after 4m34s
Build / build-windows (push) Failing after 4m33s
67 lines
1.9 KiB
JSON
67 lines
1.9 KiB
JSON
{
|
|
"version": 9,
|
|
"cmakeMinimumRequired": {
|
|
"major": 3,
|
|
"minor": 23,
|
|
"patch": 0
|
|
},
|
|
"configurePresets": [
|
|
{
|
|
"name": "fastbuild",
|
|
"displayName": "Fast building config",
|
|
"description": "Build with optimization for speed of building",
|
|
"generator": "Ninja",
|
|
"cacheVariables": {
|
|
"CMAKE_POLICY_DEFAULT_CMP0069": "NEW",
|
|
"CMAKE_INTERPROCEDURAL_OPTIMIZATION": "OFF",
|
|
"CMAKE_C_FLAGS": "-O2 -march=native -g",
|
|
"CMAKE_CXX_FLAGS": "-O2 -march=native -g",
|
|
"BUILD_SOUNDTOUCH": "ON",
|
|
"DISABLE_GTK_UI": "ON",
|
|
"CMAKE_BUILD_TYPE": "RelWithDebInfo"
|
|
},
|
|
"environment": {
|
|
"CMAKE_C_COMPILER_LAUNCHER": "ccache",
|
|
"CMAKE_CXX_COMPILER_LAUNCHER": "ccache"
|
|
}
|
|
},
|
|
{
|
|
"name": "default",
|
|
"displayName": "Default Config",
|
|
"description": "Default build using Ninja generator",
|
|
"generator": "Ninja",
|
|
"binaryDir": "${sourceDir}/build/default",
|
|
"cacheVariables": {
|
|
"CMAKE_POLICY_DEFAULT_CMP0069": "NEW",
|
|
"CMAKE_INTERPROCEDURAL_OPTIMIZATION": "ON",
|
|
"CMAKE_C_FLAGS": "-O2 -march=native -g",
|
|
"CMAKE_CXX_FLAGS": "-O2 -march=native -g",
|
|
"BUILD_SOUNDTOUCH": "ON",
|
|
"DISABLE_GTK_UI": "ON",
|
|
"CMAKE_BUILD_TYPE": "RelWithDebInfo"
|
|
},
|
|
"environment": {
|
|
"CMAKE_C_COMPILER_LAUNCHER": "ccache",
|
|
"CMAKE_CXX_COMPILER_LAUNCHER": "ccache"
|
|
}
|
|
}
|
|
],
|
|
"buildPresets": [
|
|
{
|
|
"name": "default",
|
|
"configurePreset": "default"
|
|
},
|
|
{
|
|
"name": "fast",
|
|
"configurePreset": "fastbuild"
|
|
}
|
|
],
|
|
"testPresets": [
|
|
{
|
|
"name": "default",
|
|
"configurePreset": "default",
|
|
"output": {"outputOnFailure": true},
|
|
"execution": {"noTestsAction": "error", "stopOnFailure": true}
|
|
}
|
|
]
|
|
}
|