ci: use headers for text config instead of CMake

This commit is contained in:
Gabor Kiss-Vamosi
2022-11-23 23:46:30 +01:00
parent 1c2dc983b4
commit 077cd2e15d
7 changed files with 167 additions and 244 deletions

View File

@@ -15,7 +15,6 @@ build_only_options = {
'OPTIONS_MINIMAL_MONOCHROME': 'Minimal config monochrome',
'OPTIONS_NORMAL_8BIT': 'Normal config, 8 bit color depth',
'OPTIONS_16BIT': 'Minimal config, 16 bit color depth',
'OPTIONS_16BIT_SWAP': 'Normal config, 16 bit color depth swapped',
'OPTIONS_FULL_32BIT': 'Full config, 32 bit color depth',
}