aboutsummaryrefslogtreecommitdiffstats
path: root/coin/instructions_utils.py
Commit message (Collapse)AuthorAgeFilesLines
* CI: Enable Windows on Arm configSimo Fält2025-03-151-4/+7
| | | | | Change-Id: I66aa36d69b41afb86a6278304a231b97eabc5270 Reviewed-by: Cristian Maureira-Fredes <[email protected]>
* build: options as a singletonCristián Maureira-Fredes2024-12-181-14/+16
| | | | | | | | | | | Avoid finding the dynamic options each time the OPTION dictionary was imported in the different build_scripts files. Now each setup.py invocation will have the same object. Pick-to: 6.8 Change-Id: Ic556d572e77e54fe27603332b7d2f99697eab86c Reviewed-by: Friedemann Kleint <[email protected]>
* CI: Adapt to LoA config change from Debian to Ubuntu vmSimo Fält2024-11-081-4/+7
| | | | | | Pick-to: 6.8 Change-Id: I6b9fce8b0c7b172534255e9c03e35c008cf74ca2 Reviewed-by: Cristian Maureira-Fredes <[email protected]>
* coin: ci code improvements for build and testCristián Maureira-Fredes2024-11-081-0/+257
The current patch modifies the structure for the code in charge of building and testing pyside in the CI. Instructions within 'coin_test_instructions.py' and 'coin_build_instructions.py' were duplicated, and other slightly modified, so the code was standarized and placed in 'coin/instructions_utils.py', so the first two files could be heavily simplified. A couple of helper functions were removed from build_scripts/utils.py in order to reduce the code in the general build utilities for the project. Pick-to: 6.8 Change-Id: I0cd4bc51edb2e28c5e81a0be8a27be6cb4027bfd Reviewed-by: Simo Fält <[email protected]>