Skip to content

Commit dfd4e3b

Browse files
committed
check for dependency cylces in CI
1 parent a9d6075 commit dfd4e3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.drone.star

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# As the yaml syntax for Drone CI is rather limited.
99
#
1010
#
11-
globalenv={'B2_CI_VERSION': '1', 'B2_VARIANT': 'debug,release', 'B2_FLAGS': 'warnings=extra warnings-as-errors=on'}
11+
globalenv={'B2_CI_VERSION': '1', 'B2_VARIANT': 'debug,release', 'B2_FLAGS': 'warnings=extra warnings-as-errors=on', 'DEPINST': '--reject-cycles'}
1212
linuxglobalimage="cppalliance/droneubuntu1804:1"
1313
windowsglobalimage="cppalliance/dronevs2019"
1414

0 commit comments

Comments
 (0)