Update .drone.star

This commit is contained in:
Peter Dimov
2022-02-06 22:55:48 +02:00
parent 5366407135
commit 23fbfb1ffa

View File

@ -1,14 +1,9 @@
# Use, modification, and distribution are # Copyright 2020 Rene Rivera
# subject to the Boost Software License, Version 1.0. (See accompanying # Copyright 2022 Peter Dimov
# file LICENSE.txt) # Distributed under the Boost Software License, Version 1.0.
# # https://www.boost.org/LICENSE_1_0.txt
# Copyright Rene Rivera 2020.
# For Drone CI we use the Starlark scripting language to reduce duplication. globalenv={ 'B2_CI_VERSION': '1', 'B2_VARIANT': 'debug,release' }
# As the yaml syntax for Drone CI is rather limited.
#
#
globalenv={}
linuxglobalimage="cppalliance/droneubuntu1604:1" linuxglobalimage="cppalliance/droneubuntu1604:1"
windowsglobalimage="cppalliance/dronevs2019" windowsglobalimage="cppalliance/dronevs2019"