2 Commits (79e8c447b93ae4d97b948bd3f2c8bb7e90189846)

Author SHA1 Message Date
Adriaan de Groot 54c3adb466 CI: add brackets to one-line blocks
- since we mix Python (indentation is important) with C++ (it isn't),
   having indented one-line blocks which suddenly need {} when a
   statment is added is confusing and error-prone. Instead, make
   the blocks explicit, always, in C++.
7 years ago
Adriaan de Groot 1859808227 Move development-related scripts, tools, into ci/ 9 years ago