Merge pull request #60 from sdarwin/boost-ci

Set CI B2_CI_VERSION=0
This commit is contained in:
Ion Gaztañaga
2025-08-23 23:03:57 +02:00
committed by GitHub

View File

@@ -8,7 +8,7 @@
# As the yaml syntax for Drone CI is rather limited. # As the yaml syntax for Drone CI is rather limited.
# #
# #
globalenv={'B2_VARIANT': 'variant=release,debug'} globalenv={'B2_CI_VERSION': '0', 'B2_VARIANT': 'variant=release,debug'}
linuxglobalimage="cppalliance/droneubuntu1604:1" linuxglobalimage="cppalliance/droneubuntu1604:1"
windowsglobalimage="cppalliance/dronevs2019" windowsglobalimage="cppalliance/dronevs2019"