2
0
mirror of https://github.com/boostorg/json.git synced 2026-01-19 04:12:14 +00:00

check for dependency cylces in CI

This commit is contained in:
Dmitry Arkhipov
2025-10-30 13:27:30 +03:00
parent a9d6075d92
commit dfd4e3bd56

View File

@@ -8,7 +8,7 @@
# As the yaml syntax for Drone CI is rather limited.
#
#
globalenv={'B2_CI_VERSION': '1', 'B2_VARIANT': 'debug,release', 'B2_FLAGS': 'warnings=extra warnings-as-errors=on'}
globalenv={'B2_CI_VERSION': '1', 'B2_VARIANT': 'debug,release', 'B2_FLAGS': 'warnings=extra warnings-as-errors=on', 'DEPINST': '--reject-cycles'}
linuxglobalimage="cppalliance/droneubuntu1804:1"
windowsglobalimage="cppalliance/dronevs2019"