mirror of
https://github.com/xoseperez/espurna.git
synced 2026-03-11 18:57:03 +01:00
ci: fix quoting for the test_build -include
amends 79321b6707
otherwise, env.ParseFlags never understands it
This commit is contained in:
@@ -59,7 +59,7 @@ def build_configurations(args, configurations):
|
||||
[
|
||||
'-DMANUFACTURER=\\"TEST_BUILD\\"',
|
||||
'-DDEVICE=\\"{}\\"'.format(cfg.stem.replace(" ", "_").upper()),
|
||||
'\\"-include {}\\"'.format(cfg.resolve()),
|
||||
'-include "{}"'.format(cfg.resolve().as_posix()),
|
||||
]
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user